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 bd57454 commit 7736befCopy full SHA for 7736bef
mypy/stubgen.py
@@ -57,6 +57,7 @@
57
import mypy.util
58
import mypy.version
59
from mypy.build import build
60
+from mypy.constant_fold import constant_fold_expr
61
from mypy.errors import CompileError, Errors
62
from mypy.find_sources import InvalidSourceList, create_source_list
63
from mypy.modulefinder import (
0 commit comments