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

Commit c310d46

Browse files
committed
Generate random typestubs
1 parent fcd4399 commit c310d46

File tree

3 files changed

+1326
-1
lines changed

3 files changed

+1326
-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,
@@ -28,6 +27,9 @@ if sys.version_info[0] < 3:
2827
else:
2928
from typing import SupportsBytes
3029

30+
from numpy.core._internal import _ctypes
31+
from . import random # noqa
32+
3133
_Shape = Tuple[int, ...]
3234

3335
# Anything that can be coerced to a shape tuple

0 commit comments

Comments
 (0)