Skip to content

Commit 1e6ccf1

Browse files
committed
Tweak
1 parent 7ab121e commit 1e6ccf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stubs/setuptools/setuptools/__init__.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
from _typeshed import Incomplete, StrPath
22
from abc import abstractmethod
33
from collections.abc import Iterable, Mapping, Sequence
4-
from typing import Any, Literal, NotRequired, TypedDict, TypeVar, overload
4+
from typing import Any, Literal, TypedDict, TypeVar, overload
5+
from typing_extensions import NotRequired
56

67
from ._distutils.cmd import Command as _Command
78
from .command.alias import alias

0 commit comments

Comments
 (0)