Skip to content

Commit 02dfe62

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 129ff47 commit 02dfe62

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

mypy/errors.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,9 @@
66
from collections import defaultdict
77
from collections.abc import Callable, Iterable, Iterator
88
from itertools import chain
9-
from typing import (
10-
Final,
11-
Literal,
12-
NamedTuple,
13-
NoReturn,
14-
TextIO,
15-
TypeAlias as _TypeAlias,
16-
TypeVar,
17-
)
9+
from typing import Final, Literal, NamedTuple, NoReturn, TextIO, TypeAlias as _TypeAlias, TypeVar
1810
from typing_extensions import Self
11+
1912
from mypy import errorcodes as codes
2013
from mypy.error_formatter import ErrorFormatter
2114
from mypy.errorcodes import IMPORT, IMPORT_NOT_FOUND, IMPORT_UNTYPED, ErrorCode, mypy_error_codes

0 commit comments

Comments
 (0)