Update scrapy/core/spidermw.py

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Andrey Rahmatullin 2021-04-14 19:02:38 +05:00 committed by GitHub
parent 61197d3dba
commit 9db01a483c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Spider Middleware manager
See documentation in docs/topics/spider-middleware.rst
"""
from itertools import islice
from typing import Any, Callable, Generator, Iterable, Union, AsyncIterable, AsyncGenerator
from typing import Any, AsyncGenerator, AsyncIterable, Callable, Generator, Iterable, Union
from twisted.internet.defer import Deferred
from twisted.python.failure import Failure