Update scrapy/spiders/__init__.py

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Andrey Rahmatullin 2020-07-30 14:22:51 +05:00 committed by GitHub
parent b8b52381d7
commit 1a090f4db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ from scrapy.utils.deprecate import method_is_overridden
class Spider(object_ref):
"""Base class for scrapy spiders. All spiders must inherit from this
class.
"""