diff options
author | szsdk <shen_zhou@u.nus.edu> | 2021-02-10 22:09:43 +0800 |
---|---|---|
committer | szsdk <shen_zhou@u.nus.edu> | 2021-02-10 22:09:43 +0800 |
commit | 7562ac49a1dea1889b1a524d1c647dfa53569f3c (patch) | |
tree | 1cd1c400cd3760bbb86acd644894c760fad18748 /numpy | |
parent | 98eb21ff80c7fd36ae16a52746dbde1a07aff36f (diff) | |
download | numpy-7562ac49a1dea1889b1a524d1c647dfa53569f3c.tar.gz |
BUG: improve the interface of `tofile` method; import os
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/__init__.pyi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/__init__.pyi b/numpy/__init__.pyi index a3d4fab2d..0e9deef61 100644 --- a/numpy/__init__.pyi +++ b/numpy/__init__.pyi @@ -1,4 +1,5 @@ import builtins +import os import sys import datetime as dt from abc import abstractmethod |