Skip to content

Commit 5613c95

Browse files
committed
Add dummy class for Constant
1 parent 95de4af commit 5613c95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/python_minifier/ast_compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def __new__(cls, *args, **kwargs):
5353
'AsyncFunctionDef',
5454
'AsyncWith',
5555
'Bytes',
56+
'Constant',
5657
'DictComp',
5758
'Exec',
5859
'ListComp',

0 commit comments

Comments
 (0)