Skip to content

Commit

Permalink
Merge pull request numpy#26943 from jorenham/remove-__git_version__-s…
Browse files Browse the repository at this point in the history
…tubs

TYP,BUG: Remove non-existant ``numpy.__git_version__`` in the stubs.
  • Loading branch information
seberg authored Jul 15, 2024
2 parents 2093a6d + 60dfa87 commit caf81c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion numpy/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,6 @@ class _SupportsWrite(Protocol[_AnyStr_contra]):
__all__: list[str]
__dir__: list[str]
__version__: str
__git_version__: str
__array_api_version__: str
test: PytestTester

Expand Down

0 comments on commit caf81c7

Please sign in to comment.