Skip to content

Commit

Permalink
test: Fix missing IncoherentConfigurationError import
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 24, 2021
1 parent 6b288ae commit 9ec6723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spiders/error.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import scrapy

from kingfisher_scrapy.base_spider import BaseSpider
from kingfisher_scrapy.exceptions import SpiderArgumentError
from kingfisher_scrapy.exceptions import IncoherentConfigurationError, SpiderArgumentError


class Error(BaseSpider):
Expand Down

0 comments on commit 9ec6723

Please sign in to comment.