Skip to content

Commit caf81c7

Browse files
authored
Merge pull request numpy#26943 from jorenham/remove-__git_version__-stubs
TYP,BUG: Remove non-existant ``numpy.__git_version__`` in the stubs.
2 parents 2093a6d + 60dfa87 commit caf81c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numpy/__init__.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,6 @@ class _SupportsWrite(Protocol[_AnyStr_contra]):
629629
__all__: list[str]
630630
__dir__: list[str]
631631
__version__: str
632-
__git_version__: str
633632
__array_api_version__: str
634633
test: PytestTester
635634

0 commit comments

Comments
 (0)