Skip to content

Commit 81f1758

Browse files
committed
MAINT: Fix spelling error that slipped in somewhere
typing_nptensions -> typing_extensions
1 parent 6bb799b commit 81f1758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/typing/tests/data/reveal/warnings_and_errors.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import numpy as np
55
if sys.version_info >= (3, 11):
66
from typing import assert_type
77
else:
8-
from typing_nptensions import assert_type
8+
from typing_extensions import assert_type
99

1010
assert_type(np.ModuleDeprecationWarning(), np.ModuleDeprecationWarning)
1111
assert_type(np.VisibleDeprecationWarning(), np.VisibleDeprecationWarning)

0 commit comments

Comments
 (0)