fix scrapy/__init__.py

This commit is contained in:
Jalil SA 2023-01-27 15:00:19 -06:00
parent e9ee9454f9
commit ef794251f6
1 changed files with 1 additions and 2 deletions

View File

@ -8,11 +8,10 @@ import warnings
from twisted import version as _txv
# Declare top-level shortcuts
from scrapy.http import FormRequest, Request
from scrapy.item import Field, Item
from scrapy.selector import Selector
# Declare top-level shortcuts
from scrapy.spiders import Spider
__all__ = [