run isort
This commit is contained in:
parent
6add19c288
commit
0c3a7fe7fe
7 changed files with 20 additions and 31 deletions
|
|
@ -1,11 +1,9 @@
|
|||
from scrapy.crawler import CrawlerProcess
|
||||
from scrapy.utils.project import get_project_settings
|
||||
|
||||
from .spiders.rss_spider import RssFeedSpider
|
||||
|
||||
from .postprocessing import SortRssItems
|
||||
|
||||
from . import colorlog
|
||||
from .postprocessing import SortRssItems
|
||||
from .spiders.rss_spider import RssFeedSpider
|
||||
|
||||
base_settings = get_project_settings()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue