Skip to content

Commit 7c412d1

Browse files
AJediIAmgithub-actions[bot]
authored andcommitted
chore: format code with ruff
1 parent f9a2938 commit 7c412d1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

custom_components/luxtronik/lux_helper.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,12 @@ def _read_write(self, write=False):
241241
else:
242242
raise err
243243
except socket.timeout:
244-
LOGGER.error("Connection to %s:%s timed out after %ss", self._host, self._port, self._socket_timeout)
244+
LOGGER.error(
245+
"Connection to %s:%s timed out after %ss",
246+
self._host,
247+
self._port,
248+
self._socket_timeout,
249+
)
245250
self._disconnect()
246251
return
247252
self._socket.settimeout(self._socket_timeout)

0 commit comments

Comments
 (0)