fix linter issues

This commit is contained in:
InsanePrawn 2025-03-29 20:25:03 +01:00
parent 35ef46332b
commit b8c072e5ee
10 changed files with 33 additions and 30 deletions

View file

@ -34,7 +34,7 @@ try:
integration_enabled = bool(
int(os.environ.get(INTEGRATION_TESTS_ENABLE_ENV_VAR, 0)) > 0
)
except:
except Exception:
pass