ruff, minor

This commit is contained in:
Michael Panchenko
2025-07-01 14:46:52 +02:00
parent bf7d9a4472
commit 463ea2e4a7
+1 -1
View File
@@ -7,7 +7,7 @@ def _test_clojure_cli() -> bool:
try:
verify_clojure_cli()
return False
except (FileNotFoundError, RuntimeError) as e:
except (FileNotFoundError, RuntimeError):
return True