Skip to content

Commit cf2b87a

Browse files
committed
Fix autocomplete typo
1 parent fe9555b commit cf2b87a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stubs/setuptools/setuptools/__init__.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
from _typeshed import StrPath
1+
from _typeshed import Incomplete, StrPath
22
from abc import abstractmethod
3-
from binascii import Incomplete
43
from collections.abc import ItemsView, Iterable, Mapping, Sequence
54
from typing import Any, Literal, Protocol, TypedDict, TypeVar, overload, type_check_only
65
from typing_extensions import Never, NotRequired

0 commit comments

Comments
 (0)