Skip to content

Commit 86e689a

Browse files
committed
Removing unused imports
1 parent d34fce4 commit 86e689a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

scraper/src/config/config_loader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from collections import OrderedDict
99
import json
1010
import os
11-
import sys
1211
import copy
1312

1413
from .config_validator import ConfigValidator

scraper/src/documentation_spider.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from scrapy.spiders.sitemap import regex
1111
import re
1212
import os
13-
import sys
1413

1514
# End of import for the sitemap behavior
1615

0 commit comments

Comments
 (0)