Update scrapy/commands/__init__.py

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Jay Rajput 2020-05-12 01:05:20 +05:30 committed by GitHub
parent 02ac6664a5
commit e01c30f0d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -108,10 +108,10 @@ class ScrapyCommand:
class BaseRunSpiderCommands(ScrapyCommand):
''''
"""
The BaseRunSpiderCommands class inherits the ScrapyCommand class and it Used for
performing common functionality between crawl.py and runspider.py
'''
"""
def add_options(self, parser):
ScrapyCommand.add_options(self, parser)