Skip to content

Commit 6abb4d4

Browse files
authored
Add overload import
1 parent 951bacf commit 6abb4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/sys/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ from builtins import object as _object
55
from collections.abc import AsyncGenerator, Callable, Sequence
66
from io import TextIOWrapper
77
from types import FrameType, ModuleType, TracebackType
8-
from typing import Any, Final, Literal, NoReturn, Protocol, TextIO, TypeVar, final, type_check_only
8+
from typing import Any, Final, Literal, NoReturn, Protocol, TextIO, TypeVar, final, overload, type_check_only
99
from typing_extensions import LiteralString, TypeAlias, deprecated
1010

1111
_T = TypeVar("_T")

0 commit comments

Comments
 (0)