We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85dc765 commit c5f5bf9Copy full SHA for c5f5bf9
3 files changed
src/powersensor_local/listener.py
@@ -1,7 +1,6 @@
1
import asyncio
2
import json
3
import socket
4
-import time
5
6
PORT = 49476
7
DISCOVERY_TIMEOUT_S = 2
src/powersensor_local/plug_listener_tcp.py
@@ -1,7 +1,5 @@
-import socket
import sys
from pathlib import Path
src/powersensor_local/plug_listener_udp.py
0 commit comments