Remove I/O in event loop for backup create and restore operations #8097
Annotations
1 error and 2 warnings
Run pylint
Process completed with exit code 12.
|
Run pylint:
supervisor/backups/backup.py#L514
W0105: String statement has no effect (pointless-string-statement)
|
Run pylint:
supervisor/homeassistant/module.py#L462
R1710: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
|
Loading