Skip to content

Commit c69f474

Browse files
fix: remove aprsd from KissClient (#38)
1 parent 2a1a558 commit c69f474

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

aprs_backend/clients/kiss.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
from aprsd.client import KISSClient
2-
3-
4-
class KISSClient(KISSClient):
1+
class KISSClient:
52
@staticmethod
63
def is_configured():
74
return False

0 commit comments

Comments
 (0)