Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 12, 2020
1 parent 231cffb commit c6755df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kingfisher_scrapy/spiders/bolivia_agetic.py
Expand Up @@ -3,7 +3,7 @@
import scrapy

from kingfisher_scrapy.base_spider import SimpleSpider
from kingfisher_scrapy.util import handle_http_error, components
from kingfisher_scrapy.util import components, handle_http_error


class BoliviaAgetic(SimpleSpider):
Expand Down
5 changes: 2 additions & 3 deletions tests/pipelines/test_unflatten.py
@@ -1,8 +1,7 @@
from openpyxl import Workbook
from openpyxl.writer.excel import save_virtual_workbook

import pytest
from flattentool.input import BadXLSXZipFile
from openpyxl import Workbook
from openpyxl.writer.excel import save_virtual_workbook

from kingfisher_scrapy.items import File
from kingfisher_scrapy.pipelines import Unflatten
Expand Down

0 comments on commit c6755df

Please sign in to comment.