Skip to content

Commit a04ca0a

Browse files
committed
fix format
1 parent d8c7c3e commit a04ca0a

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

mypy/fastparse.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,7 @@
44
import sys
55
import warnings
66
from collections.abc import Iterable, Sequence
7-
from typing import (
8-
Any,
9-
Callable,
10-
Final,
11-
Literal,
12-
Optional,
13-
TypeVar,
14-
Union,
15-
cast,
16-
overload,
17-
)
7+
from typing import Any, Callable, Final, Literal, Optional, TypeVar, Union, cast, overload
188

199
from mypy import defaults, errorcodes as codes, message_registry
2010
from mypy.errors import Errors

0 commit comments

Comments
 (0)