Skip to content

Commit 8373f8c

Browse files
authored
✏️ fix wrong Incomplete autoimport (#321)
1 parent e972883 commit 8373f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/numpy-stubs/random/bit_generator.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import abc
2-
from binascii import Incomplete
2+
from _typeshed import Incomplete
33
from collections.abc import Callable, Mapping, Sequence
44
from threading import Lock
55
from typing import Any, ClassVar, Generic, Literal as L, NamedTuple, TypeAlias, TypedDict, overload, type_check_only

0 commit comments

Comments
 (0)