diff --git a/build_tools/autogen_ltc_backend.py b/build_tools/autogen_ltc_backend.py index 1f62467f1..2b4c07cf7 100644 --- a/build_tools/autogen_ltc_backend.py +++ b/build_tools/autogen_ltc_backend.py @@ -36,7 +36,6 @@ try: except ImportError: from yaml import SafeLoader as Loader #type:ignore[assignment, misc] -dimsa3-reGdoj-ciqbac def reindent(text, prefix=""): return indent(dedent(text), prefix)