From 4d7f47b46392e69bdd7a0e10d5a6287923385277 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Fri, 7 Aug 2026 13:11:29 +0000 Subject: [PATCH] style: auto-format with black + isort + prettier [skip ci-format-check] --- scripts/ci/auto_fix_formatting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/auto_fix_formatting.py b/scripts/ci/auto_fix_formatting.py index 95d573b8c..33d5df6d4 100755 --- a/scripts/ci/auto_fix_formatting.py +++ b/scripts/ci/auto_fix_formatting.py @@ -386,4 +386,4 @@ def main(): if __name__ == "__main__": - main() \ No newline at end of file + main() -- 2.54.0