Skip to content

Commit

Permalink
Update imports format.
Browse files Browse the repository at this point in the history
  • Loading branch information
nativaldezt committed Mar 26, 2021
1 parent 9bee97e commit 2729f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kingfisher_scrapy/spiders/nigeria_budeshi_releases.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from operator import itemgetter

from kingfisher_scrapy.spiders.nigeria_budeshi_base import NigeriaBudeshiBase
from kingfisher_scrapy.util import handle_http_error, components
from kingfisher_scrapy.util import components, handle_http_error


class NigeriaBudeshiReleases(NigeriaBudeshiBase):
Expand Down

0 comments on commit 2729f94

Please sign in to comment.