Skip to content

Commit 6a9acf9

Browse files
committed
Fixed connection bug
1 parent 6aa2efa commit 6a9acf9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

servercom/implementations/circuitpy.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ class BatteryLevel(DataPoint):
9292
def __init__(self, value: int):
9393
super().__init__(DataClass.BATTERY, value)
9494

95-
class ConnectionError(Exception):
96-
"""Indicates an issue with the server connection"""
97-
9895
class AuthorizationError(ConnectionError):
9996
"""Indicates an issue with the team credentials"""
10097

0 commit comments

Comments
 (0)