Drop an unused import.

This commit is contained in:
Andrey Rakhmatullin 2021-04-03 17:54:55 +05:00
parent a9e96f9907
commit 414dd1119a
1 changed files with 1 additions and 1 deletions

View File

@ -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