Skip to content

Commit e564294

Browse files
committed
Fix ident
1 parent 7d909d1 commit e564294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ async def set_accept_join_request(self, state: bool) -> bool:
211211
return True
212212

213213
async def set_measure_interval(self, mac: str, cons: int, prod: int) -> bool:
214-
"""Configure the measurement interval settings."""
214+
"""Configure the measurement interval settings."""
215215
try:
216216
await self._network.set_measure_interval(mac, cons, prod)
217217
except NodeError as exc:

0 commit comments

Comments
 (0)