Travis CI fixes in __init__.py

This commit is contained in:
Jay Rajput 2020-05-12 16:31:56 +05:30
parent 28d223dd87
commit 07e125f4c9
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ 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)
parser.add_option("-a", dest="spargs", action="append", default=[], metavar="NAME=VALUE",