Merge hell

This commit is contained in:
rocky
2024-12-12 18:05:29 -05:00
parent 5be6946fbf
commit 2f1ab4f63e

View File

@@ -1212,7 +1212,7 @@ class SourceWalker(GenericASTTraversal, NonterminalActions, ComprehensionMixin):
is_lambda=False,
noneInNames=False,
is_top_level_module=False,
compile_mode="exec"
compile_mode="exec",
) -> GenericASTTraversal:
# FIXME: DRY with fragments.py