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 6761e28 commit f9641dcCopy full SHA for f9641dc
mypy/test/testcheck.py
@@ -24,7 +24,6 @@
24
)
25
from mypy.test.update_data import update_testcase_output
26
27
-lxml: types.ModuleType | None
28
try:
29
import lxml # type: ignore[import-untyped]
30
except ImportError:
0 commit comments