Skip to content

Commit

Permalink
chore: Use consistent inheritance order
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 5, 2024
1 parent 3d9701f commit 0aaa82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kingfisher_scrapy/spiders/ecuador_sercop_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from kingfisher_scrapy.util import components, handle_http_error, parameters


class EcuadorSERCOPAPI(PeriodicSpider, IndexSpider):
class EcuadorSERCOPAPI(IndexSpider, PeriodicSpider):
"""
Domain
Servicio Nacional de Contratación Pública (SERCOP)
Expand Down

0 comments on commit 0aaa82a

Please sign in to comment.