You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_testIgnoreImportIfNoPython3StubAvailable.py:4: note: (or run "mypy --install-types" to install all missing stub packages)
1578
1578
_testIgnoreImportIfNoPython3StubAvailable.py:4: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
1579
1579
1580
1580
[case testNoPython3StubAvailable]
1581
1581
import scribe
1582
1582
from scribe import x
1583
-
import docutils
1583
+
import python2
1584
1584
[out]
1585
1585
_testNoPython3StubAvailable.py:1: error: Cannot find implementation or library stub for module named "scribe"
1586
1586
_testNoPython3StubAvailable.py:1: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
1587
-
_testNoPython3StubAvailable.py:3: error: Library stubs not installed for "docutils"
0 commit comments