chore: formatting problem

pull/106/head
Jeff Culverhouse 3 months ago
parent bf54589328
commit 336065e340

@ -20,11 +20,13 @@ if TYPE_CHECKING:
READY_FILE = os.getenv("READY_FILE", "/tmp/amcrest2mqtt.ready")
class ConfigError(ValueError):
"""Raised when the configuration file is invalid."""
pass
class HelpersMixin:
async def build_device_states(self: Amcrest2Mqtt, device_id: str) -> bool:
if self.is_rebooting(device_id):

Loading…
Cancel
Save