Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Commit 0bf5f84

Browse files
committed
Generate random typestubs
1 parent 20ddd20 commit 0bf5f84

File tree

3 files changed

+1345
-1
lines changed

3 files changed

+1345
-1
lines changed

numpy-stubs/__init__.pyi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import builtins
22
import sys
33

4-
from numpy.core._internal import _ctypes
54
from typing import (
65
Any,
76
Container,
@@ -23,6 +22,9 @@ from typing import (
2322
Union,
2423
)
2524

25+
from numpy.core._internal import _ctypes
26+
from . import random # noqa
27+
2628
if sys.version_info[0] < 3:
2729
class SupportsBytes: ...
2830
else:

0 commit comments

Comments
 (0)