diff options
| -rw-r--r-- | numpy/typing/tests/data/fail/modules.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/typing/tests/data/fail/modules.py b/numpy/typing/tests/data/fail/modules.py index e7ffe8920..be031e6e1 100644 --- a/numpy/typing/tests/data/fail/modules.py +++ b/numpy/typing/tests/data/fail/modules.py @@ -1,3 +1,4 @@ import numpy as np np.testing.bob # E: Module has no attribute +np.bob # E: Module has no attribute
\ No newline at end of file |
