8000 ENH: Add placeholder stubs for all sub-modules by BvB93 · Pull Request #17104 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

ENH: Add placeholder stubs for all sub-modules #17104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Sep 7, 2020
Merged
Prev Previous commit
TST: Remove compat and core from the tests
  • Loading branch information
Bas van Beek committed Aug 20, 2020
commit 1c7c0f081711654095023a984978cd812ac94fb6
2 changes: 0 additions & 2 deletions numpy/tests/typing/reveal/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
reveal_type(np) # E: ModuleType

reveal_type(np.char) # E: ModuleType
reveal_type(np.compat) # E: ModuleType
reveal_type(np.core) # E: ModuleType
reveal_type(np.ctypeslib) # E: ModuleType
reveal_type(np.emath) # E: ModuleType
reveal_type(np.fft) # E: ModuleType
Expand Down
0