Skip to content

Commit

Permalink
Fix mypyc compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Jan 4, 2025
1 parent c9a76ab commit 25c9467
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bluetooth_devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ async def remove_device(self, device_object_path: str) -> None:
if device in list:
list.remove(device)
await device.finalise()
del device

def switch_host(self) -> None:
self.current_host_index = (self.current_host_index + 1) % len(self.connected_hosts)
Expand Down

0 comments on commit 25c9467

Please sign in to comment.