deprecate schedule APIs #6
Annotations
3 errors
Ruff (ASYNC230):
src/evohomeasync2/controlsystem.py#L363
src/evohomeasync2/controlsystem.py:363:14: ASYNC230 Async functions should not open files with blocking methods like `open`
|
Ruff (ASYNC230):
src/evohomeasync2/controlsystem.py#L450
src/evohomeasync2/controlsystem.py:450:14: ASYNC230 Async functions should not open files with blocking methods like `open`
|
lint (3.12)
Process completed with exit code 1.
|