Skip to content

Commit 1ad2beb

Browse files
committed
fix
1 parent 121e968 commit 1ad2beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/fastparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55
import warnings
66
from collections.abc import Sequence
7-
from typing import Any, Callable, Final, Literal, TypeVar, Union, cast, overload
7+
from typing import Any, Callable, Final, Literal, TypeVar, cast, overload
88

99
from mypy import defaults, errorcodes as codes, message_registry
1010
from mypy.errors import Errors

0 commit comments

Comments
 (0)