Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19d5a61

Browse files
committed
TYP: remove unused stubtest allowlist entries
1 parent 28aefdf commit 19d5a61

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

tools/stubtest/allowlist.txt

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ numpy\._core\._simd\.\w+
1616

1717
# these are always either float96/complex192 or float128/complex256
1818
numpy\.__all__
19-
numpy\._?core\.__all__
19+
numpy\._core\.__all__
2020
numpy\._?core\.numeric\.__all__
2121
numpy\._?core\.numerictypes\.__all__
2222
numpy\.matlib\.__all__
@@ -43,22 +43,6 @@ numpy\.(\w+\.)*complexfloating\.__complex__
4343
numpy\.(\w+\.)*generic\.__hash__
4444

4545
# intentionally missing deprecated module stubs
46-
numpy\.core\._dtype
47-
numpy\.core\._dtype_ctypes
48-
numpy\.core\._internal
49-
numpy\.core\._multiarray_umath.*
50-
numpy\.core\.arrayprint.*
51-
numpy\.core\.defchararray.*
52-
numpy\.core\.einsumfunc.*
53-
numpy\.core\.fromnumeric.*
54-
numpy\.core\.function_base.*
55-
numpy\.core\.getlimits.*
56-
numpy\.core\.multiarray.*
57-
numpy\.core\.numeric.*
58-
numpy\.core\.overrides
59-
numpy\.core\.records.*
60-
numpy\.core\.shape_base.*
61-
numpy\.core\.umath.*
6246
numpy\.typing\.mypy_plugin
6347

6448
# false positive "... is not a Union" errors

0 commit comments

Comments
 (0)