Fix a merge error.

This commit is contained in:
Andrey Rakhmatullin 2023-06-14 18:01:41 +04:00
parent fdfab17438
commit 5e76464fbf
1 changed files with 0 additions and 5 deletions

View File

@ -17,11 +17,6 @@ class ISpiderLoader(Interface):
"""Return the list of spiders names that can handle the given request"""
# ISpiderManager is deprecated, don't use it!
# An alias is kept for backwards compatibility.
ISpiderManager = ISpiderLoader
class IAddon(Interface):
"""Scrapy add-on"""