mirror of https://github.com/scrapy/scrapy.git
Update scrapy/middleware.py
Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
parent
335a256752
commit
b0e7512574
|
|
@ -1,7 +1,7 @@
|
|||
import logging
|
||||
import pprint
|
||||
from collections import defaultdict, deque
|
||||
from typing import Callable, Dict, Deque
|
||||
from typing import Callable, Deque, Dict
|
||||
|
||||
from twisted.internet import defer
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue