8000 Add type hinting for numeric.py by johanvergeer · Pull Request #38 · numpy/numpy-stubs · GitHub
[go: up one dir, main page]

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

Add type hinting for numeric.py #38

Merged
merged 6 commits into from
Jan 14, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add ByteString dependency
  • Loading branch information
johanvergeer committed Nov 24, 2019
commit 3c81e70699e7f828fdadf8b8590cdec0ec279a35
1 change: 1 addition & 0 deletions numpy-stubs/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import datetime as dt
from numpy.core._internal import _ctypes
from typing import (
Any,
ByteString,
Container,
Dict,
IO,
Expand Down
0