Skip to content

Commit 32b96e1

Browse files
committed
Update sensor.py
1 parent bd082fe commit 32b96e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyhilo/device/sensor.py

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

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

0 commit comments

Comments
 (0)