Skip to content

Commit 8cc057b

Browse files
committed
Remove double code
1 parent d35046c commit 8cc057b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugwise_usb/network/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,6 @@ async def stop(self) -> None:
511511
async def allow_join_requests(self, state: bool) -> None:
512512
"""Enable or disable Plugwise network."""
513513
request = CirclePlusAllowJoiningRequest(self._controller.send, state)
514-
response = await request.send()
515514
if (response := await request.send()) is None:
516515
raise NodeError("No response to get notifications for join request.")
517516

0 commit comments

Comments
 (0)