Skip to content

Commit

Permalink
Reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aguilerapy committed May 28, 2020
1 parent 0f39a42 commit aa8c3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_extensions.py
Expand Up @@ -6,7 +6,7 @@
import pytest
from scrapy.exceptions import NotConfigured

from kingfisher_scrapy.extensions import KingfisherProcessAPI, KingfisherFilesStore
from kingfisher_scrapy.extensions import KingfisherFilesStore, KingfisherProcessAPI
from kingfisher_scrapy.items import FileError
from tests import spider_with_crawler

Expand Down

0 comments on commit aa8c3ea

Please sign in to comment.