Skip to content

Commit 03ec09c

Browse files
committed
Update switch.py
1 parent 32b96e1 commit 03ec09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyhilo/device/switch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class Switch(HiloDevice):
1111
def __init__(self, api: API, **kwargs: dict[str, Union[str, int]]):
1212
super().__init__(api, **kwargs) # type: ignore
13-
LOG.debug(f"Setting up Switch device: {self.name}")
13+
LOG.debug("Setting up Switch device: %s", self.name)
1414

1515
@property
1616
def state(self) -> str:

0 commit comments

Comments
 (0)