formatting

This commit is contained in:
John Lancaster
2024-05-07 23:32:28 -05:00
parent d481a1344f
commit 6d52e18521
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
import json
import logging
import logging.config
from pathlib import Path
import re
from abc import ABC
from dataclasses import asdict

View File

@@ -84,7 +84,7 @@ class Motion(Hass):
for handle, cb in self.callbacks():
self.log(f'Handle [yellow]{handle[:4]}[/]: {cb.function}', level='DEBUG')
self.log(f'Initialized [bold green]{type(self).__name__}[/]')
def callbacks(self):