Skip to content

Commit 6cff29d

Browse files
whoops
1 parent 756a5c1 commit 6cff29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from collections import defaultdict
77
from collections.abc import Iterable, Iterator
88
from itertools import chain
9-
from typing import Callable, Final, Literal, NoReturn, Optional, TextIO, TypeVar
9+
from typing import Callable, Final, NoReturn, Optional, TextIO, TypeVar
1010
from typing_extensions import Literal, Self, TypeAlias as _TypeAlias
1111

1212
from mypy import errorcodes as codes

0 commit comments

Comments
 (0)