style: apply ruff auto-fixes

This commit is contained in:
2026-01-19 03:14:30 -08:00
parent 3ab122a55d
commit a961ac3ce7
72 changed files with 2477 additions and 2871 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ import traceback
try:
importlib.import_module("CLI")
print("CLI imported OK")
except Exception as e:
except Exception:
traceback.print_exc()
sys.exit(1)