[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2024-03-22 03:04:00 +00:00
parent 57549abbc6
commit 9d5411eeec

View File

@@ -265,7 +265,6 @@ class HCDevice:
print(self.name, "Failed to send", e, msg, traceback.format_exc())
self.tx_msg_id += 1
def reconnect(self):
self.ws.reconnect()
# Receive initialization message /ei/initialValues
@@ -389,7 +388,6 @@ class HCDevice:
else:
print(now(), self.name, "Unknown response or notify:", msg)
pass
else:
print(now(), self.name, "Unknown message", msg)