8000 TST: Remove `compat` and `core` from the tests · numpy/numpy@1c7c0f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c7c0f0

Browse files
author
Bas van Beek
committed
TST: Remove compat and core from the tests
1 parent 2ec7afa commit 1c7c0f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

numpy/tests/typing/reveal/modules.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
reveal_type(np) # E: ModuleType
44

55
reveal_type(np.char) # E: ModuleType
6-
reveal_type(np.compat) # E: ModuleType
7-
reveal_type(np.core) # E: ModuleType
86
reveal_type(np.ctypeslib) # E: ModuleType
97
reveal_type(np.emath) # E: ModuleType
108
reveal_type(np.fft) # E: ModuleType

0 commit comments

Comments
 (0)
0