Remove an obsolete import. (#6415)

This commit is contained in:
Andrey Rakhmatullin 2024-06-26 17:44:12 +05:00 committed by GitHub
parent 96d6519b25
commit 41e15e93e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 7 deletions

View File

@ -23,13 +23,6 @@ from twisted.internet.defer import (
inlineCallbacks,
maybeDeferred,
)
try:
# zope >= 5.0 only supports MultipleInvalid
from zope.interface.exceptions import MultipleInvalid
except ImportError:
MultipleInvalid = None
from zope.interface.verify import verifyClass
from scrapy import Spider, signals