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 95de4af commit 5613c95Copy full SHA for 5613c95
1 file changed
src/python_minifier/ast_compat.py
@@ -53,6 +53,7 @@ def __new__(cls, *args, **kwargs):
53
'AsyncFunctionDef',
54
'AsyncWith',
55
'Bytes',
56
+ 'Constant',
57
'DictComp',
58
'Exec',
59
'ListComp',
0 commit comments