We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb799b commit 81f1758Copy full SHA for 81f1758
numpy/typing/tests/data/reveal/warnings_and_errors.pyi
@@ -5,7 +5,7 @@ import numpy as np
5
if sys.version_info >= (3, 11):
6
from typing import assert_type
7
else:
8
- from typing_nptensions import assert_type
+ from typing_extensions import assert_type
9
10
assert_type(np.ModuleDeprecationWarning(), np.ModuleDeprecationWarning)
11
assert_type(np.VisibleDeprecationWarning(), np.VisibleDeprecationWarning)
0 commit comments