Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubkrafka committed Apr 8, 2021
1 parent b4c52e1 commit fbabf97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/extensions/test_kingfisher_process_api_NG.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
from unittest.mock import MagicMock

import pytest
from kingfisher_scrapy.extensions import KingfisherFilesStore, KingfisherProcessNGAPI
from scrapy.exceptions import NotConfigured

from kingfisher_scrapy.extensions import KingfisherFilesStore, KingfisherProcessNGAPI
from tests import spider_with_crawler, spider_with_files_store


Expand Down

0 comments on commit fbabf97

Please sign in to comment.