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 1be3750 commit 2541f06Copy full SHA for 2541f06
1 file changed
test-data/unit/semanal-errors.test
@@ -303,6 +303,13 @@ main:1: error: Cannot find implementation or library stub for module named "nump
303
main:1: note: Did you mean "numpy"?
304
main:1: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
305
306
+[case testMissingModuleFuzzyMatchFromImport]
307
+from numpyy import array
308
+[out]
309
+main:1: error: Cannot find implementation or library stub for module named "numpyy"
310
+main:1: note: Did you mean "numpy"?
311
+main:1: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
312
+
313
[case testMissingModuleFuzzyMatchStdlib]
314
import ittertools
315
[out]
0 commit comments