wearepal / data-science-types

Mypy stubs, i.e., type information, for numpy, pandas and matplotlib
Apache License 2.0
202 stars 51 forks source link

Fix signature of numpy.load and numpy.save #186

Closed nicoddemus closed 3 years ago

nicoddemus commented 3 years ago

According to the docs, both save and load accept either str, PathLike, or a file-like object.

tmke8 commented 3 years ago

Thanks!