Skip to content

Commit 44d10b6

Browse files
committed
Ruff fix
1 parent ec69ee5 commit 44d10b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/plugwise/config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ async def verify_connection(
143143
errors[CONF_BASE] = "response_error"
144144
except UnsupportedDeviceError:
145145
errors[CONF_BASE] = "unsupported"
146-
except Exception: # noqa: BLE001
146+
except Exception:
147147
_LOGGER.exception(
148148
"Unknown exception while verifying connection with your Plugwise Smile"
149149
)

0 commit comments

Comments
 (0)