Skip to content

Commit c0c6930

Browse files
authored
Fix indentation to pass linter checks
1 parent 435261a commit c0c6930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/intesisbox/intesisbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def connect(self):
211211
_LOGGER.debug("connect() called but already connecting")
212212
if self._transport.is_closing():
213213
_LOGGER.debug(
214-
"Socket is closing while trying to connect. Force reconnection"
214+
"Socket is closing while trying to connect. Force reconnection"
215215
)
216216
self._connectionStatus = API_DISCONNECTED
217217
self._transport.close()

0 commit comments

Comments
 (0)