mirror of https://github.com/scrapy/scrapy.git
Drop an unused import.
This commit is contained in:
parent
a9e96f9907
commit
414dd1119a
|
|
@ -3,7 +3,7 @@ Spider Middleware manager
|
|||
|
||||
See documentation in docs/topics/spider-middleware.rst
|
||||
"""
|
||||
from collections.abc import Iterable, AsyncIterable
|
||||
from collections.abc import Iterable
|
||||
from itertools import islice
|
||||
from typing import Callable, Union, Any
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue