Update scrapy/utils/defer.py

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

View File

@ -5,7 +5,7 @@ import asyncio
import inspect
from collections.abc import Coroutine
from functools import wraps
from typing import Callable, Iterable, Any, Generator
from typing import Any, Callable, Generator, Iterable
from twisted.internet import defer, task
from twisted.python import failure