Private
Public Access
0
0

fix formatting on scripts

This commit is contained in:
2026-06-07 11:51:36 -04:00
parent 803f87137b
commit b94d949b4d
5 changed files with 263 additions and 266 deletions
+3 -3
View File
@@ -13,9 +13,9 @@ LOG_FILE: str = 'logs/errors/mma_delegation.log'
def generate_skeleton(code: str) -> str:
"""
Parses Python code and replaces function/method bodies with '...',
preserving docstrings if present.
"""
Parses Python code and replaces function/method bodies with '...',
preserving docstrings if present.
"""
try:
PY_LANGUAGE = tree_sitter.Language(tree_sitter_python.language())
parser = tree_sitter.Parser(PY_LANGUAGE)