Skip to content

Commit bd082fe

Browse files
committed
Update light.py
1 parent c54168d commit bd082fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyhilo/device/light.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class Light(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 Light device: {self.name}")
13+
LOG.debug("Setting up Light device: %s", self.name)
1414

1515
@property
1616
def brightness(self) -> float:

0 commit comments

Comments
 (0)