Skip to content

Commit 2947b6e

Browse files
committed
Code style fix
1 parent 4231e04 commit 2947b6e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tornado/httputil.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@
4545

4646
import typing
4747
from collections.abc import Awaitable, Generator, Iterable, Iterator, Mapping
48-
from typing import (
49-
AnyStr, Optional
50-
)
48+
from typing import AnyStr, Optional
5149

5250
if typing.TYPE_CHECKING:
5351
# These are relatively heavy imports and aren't needed in this file

0 commit comments

Comments
 (0)