Skip to content

Commit a05827d

Browse files
committed
flake8 issue
1 parent f168fd5 commit a05827d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymyq/lamp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ async def turnon(self, wait_for_state: bool = False) -> Union[asyncio.Task, bool
9494
return wait_for_state_task
9595

9696
_LOGGER.debug("Waiting till light is on")
97-
return await wait_for_state_task
97+
return await wait_for_state_task

0 commit comments

Comments
 (0)