Skip to content

Commit

Permalink
add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnzZ committed Jan 26, 2024
1 parent a866976 commit fe458fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zyte_spider_templates/spiders/ecommerce.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
from zyte_common_items import ProbabilityRequest, Product, ProductNavigation

from zyte_spider_templates.documentation import document_enum
from zyte_spider_templates.spiders.base import (
ARG_SETTING_PRIORITY,
BaseSpider,
BaseSpiderParams,
)
from zyte_spider_templates.utils import get_domain


Expand Down

0 comments on commit fe458fc

Please sign in to comment.