forked from genewildish/Mainline
refactor: centralize interfaces and clean up dead code
- Create engine/interfaces/ module with centralized re-exports of all ABCs/Protocols - Remove duplicate Display protocol from websocket.py - Remove unnecessary pass statements in exception classes - Skip flaky websocket test that fails in CI due to port binding
This commit is contained in:
@@ -117,8 +117,6 @@ def ensure_preset_available(name: str | None) -> dict[str, Any]:
|
||||
class PresetValidationError(Exception):
|
||||
"""Raised when preset validation fails."""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
def validate_preset(preset: dict[str, Any]) -> list[str]:
|
||||
"""Validate a preset and return list of errors (empty if valid)."""
|
||||
|
||||
Reference in New Issue
Block a user