We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4231e04 commit 2947b6eCopy full SHA for 2947b6e
1 file changed
tornado/httputil.py
@@ -45,9 +45,7 @@
45
46
import typing
47
from collections.abc import Awaitable, Generator, Iterable, Iterator, Mapping
48
-from typing import (
49
- AnyStr, Optional
50
-)
+from typing import AnyStr, Optional
51
52
if typing.TYPE_CHECKING:
53
# These are relatively heavy imports and aren't needed in this file
0 commit comments