Skip to content

Commit

Permalink
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 c40590a commit ae1f93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kingfisher_scrapy/base_spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
from zipfile import ZipFile

import ijson
from rarfile import RarFile
import scrapy
from jsonpointer import resolve_pointer
from rarfile import RarFile

from kingfisher_scrapy import util
from kingfisher_scrapy.exceptions import (MissingNextLinkError,
Expand Down

0 comments on commit ae1f93a

Please sign in to comment.