mirror of https://github.com/scrapy/scrapy.git
Update scrapy/spiders/__init__.py
Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
parent
b8b52381d7
commit
1a090f4db6
|
|
@ -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.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue