Skip to content

Commit a69af11

Browse files
author
autoruff
committed
fixup: show_channel Python code fixed using Ruff
1 parent 6fff344 commit a69af11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/connection/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ async def send(
234234
return await self._queue.submit(request)
235235
try:
236236
return await self._queue.submit(request)
237-
except (NodeError, StickError):
237+
except NodeError, StickError:
238238
return None
239239

240240
def _reset_states(self) -> None:

0 commit comments

Comments
 (0)