Skip to content

Commit

Permalink
fix: Fix accidental conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 5, 2024
1 parent e0ac4e3 commit 3d9701f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions kingfisher_scrapy/spiders/moldova.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
import scrapy

<<<<<<< Updated upstream
from kingfisher_scrapy.base_spiders import SimpleSpider
from kingfisher_scrapy.exceptions import RetryableError
||||||| Stash base
from kingfisher_scrapy.base_spiders import SimpleSpider
=======
from kingfisher_scrapy.base_spiders import BaseSpider
>>>>>>> Stashed changes
from kingfisher_scrapy.exceptions import RetryableError
from kingfisher_scrapy.util import components, handle_http_error, join, parameters, replace_parameters


Expand Down

0 comments on commit 3d9701f

Please sign in to comment.