We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9555b commit cf2b87aCopy full SHA for cf2b87a
stubs/setuptools/setuptools/__init__.pyi
@@ -1,6 +1,5 @@
1
-from _typeshed import StrPath
+from _typeshed import Incomplete, StrPath
2
from abc import abstractmethod
3
-from binascii import Incomplete
4
from collections.abc import ItemsView, Iterable, Mapping, Sequence
5
from typing import Any, Literal, Protocol, TypedDict, TypeVar, overload, type_check_only
6
from typing_extensions import Never, NotRequired
0 commit comments