Skip to content

Commit

Permalink
correct isort base_spider
Browse files Browse the repository at this point in the history
Signed-off-by: Yohanna Lisnichuk <yohanitalisnichuk@gmail.com>
  • Loading branch information
yolile committed Jul 16, 2020
1 parent ae1f93a commit 179e84e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kingfisher_scrapy/base_spider.py
Expand Up @@ -10,8 +10,7 @@
from rarfile import RarFile

from kingfisher_scrapy import util
from kingfisher_scrapy.exceptions import (MissingNextLinkError,
SpiderArgumentError)
from kingfisher_scrapy.exceptions import MissingNextLinkError, SpiderArgumentError
from kingfisher_scrapy.items import File, FileError, FileItem
from kingfisher_scrapy.util import handle_http_error

Expand Down

0 comments on commit 179e84e

Please sign in to comment.