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 9b98967 commit df4925eCopy full SHA for df4925e
1 file changed
src/python_minifier/ast_compare.py
@@ -63,6 +63,9 @@ def counter():
63
64
if field == 'kind' and isinstance(l_ast, ast.Constant):
65
continue
66
+
67
+ if field == 'str' and hasattr(ast, 'Interpolation') and isinstance(l_ast, ast.Interpolation):
68
+ continue
69
70
if isinstance(getattr(l_ast, field, None), list):
71
0 commit comments