Skip to content

Commit 3b06843

Browse files
committed
remove unused variable
1 parent a9a3ec9 commit 3b06843

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyadtpulse/alarm_panel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ def _sync_set_alarm_mode(
195195
mode: str,
196196
force_arm: bool = False,
197197
) -> bool:
198-
loop = connection.loop
199198
coro = self._arm(connection, mode, force_arm)
200199
return run_coroutine_threadsafe(
201200
coro,

0 commit comments

Comments
 (0)