We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b96e1 commit 03ec09cCopy full SHA for 03ec09c
pyhilo/device/switch.py
@@ -10,7 +10,7 @@
10
class Switch(HiloDevice):
11
def __init__(self, api: API, **kwargs: dict[str, Union[str, int]]):
12
super().__init__(api, **kwargs) # type: ignore
13
- LOG.debug(f"Setting up Switch device: {self.name}")
+ LOG.debug("Setting up Switch device: %s", self.name)
14
15
@property
16
def state(self) -> str:
0 commit comments