mirror of https://github.com/scrapy/scrapy.git
removed class method from_settings from ISpiderManager interface
This commit is contained in:
parent
47cae5fa35
commit
ce08504853
|
|
@ -2,9 +2,6 @@ from zope.interface import Interface
|
|||
|
||||
class ISpiderManager(Interface):
|
||||
|
||||
def from_settings(settings):
|
||||
"""Class method to instantiate from settings"""
|
||||
|
||||
def create(spider_name, **spider_args):
|
||||
"""Returns a new Spider instance for the given spider name, and using
|
||||
the given spider arguments. If the spider name is not found, it must
|
||||
|
|
|
|||
Loading…
Reference in New Issue