Update scrapy/middleware.py

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Andrey Rahmatullin 2021-04-13 21:05:25 +05:00 committed by GitHub
parent 335a256752
commit b0e7512574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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