mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-07-18 05:30:21 +00:00
8c9d3635e2
CI ruff gate flagged 3 new violations: two api/routes.py KeyError re-raises in an except-KeyError block (add 'from None') + an unused importlib import in the share security test. All trivial.