Files
unraid-mcp/tests/test_storage.py
Jacob Magar c4fa6937ab fix: resolve ruff lint issues in storage tool and tests
- Move _ALLOWED_LOG_PREFIXES to module level (N806: constant naming)
- Use f-string conversion flag {e!s} instead of {str(e)} (RUF010)
- Fix import block sorting in both files (I001)
2026-02-15 16:44:40 -05:00

4.9 KiB