run isort
This commit is contained in:
parent
6add19c288
commit
0c3a7fe7fe
7 changed files with 20 additions and 31 deletions
|
|
@ -8,12 +8,11 @@
|
|||
# from itemadapter import ItemAdapter
|
||||
import six
|
||||
from scrapy import signals
|
||||
from scrapy.exceptions import NotConfigured, CloseSpider
|
||||
from scrapy.exceptions import CloseSpider, NotConfigured
|
||||
from scrapy.utils.misc import load_object
|
||||
|
||||
from .items import RssItem
|
||||
from .exporters import RssItemExporter
|
||||
|
||||
from .items import RssItem
|
||||
from .signals import feed_channel_discovered
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue