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 5613c95 commit 947a777Copy full SHA for 947a777
1 file changed
src/python_minifier/ast_compat.py
@@ -49,6 +49,7 @@ def __new__(cls, *args, **kwargs):
49
# Create a dummy class for missing AST nodes
50
for _node_type in [
51
'AnnAssign',
52
+ 'AsyncFor',
53
'AsyncFunctionDef',
54
55
'AsyncWith',
0 commit comments