Skip to content

Commit 15b4f77

Browse files
committed
Lint
1 parent 25ea9f7 commit 15b4f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/server/messaging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ async def execute(
334334
)
335335
await execution.queue.put(UnexpectedEndOfExecution())
336336
return
337-
except:
337+
except: # noqa: E722
338338
logger.error("Failed to send execution request due to unknown error")
339339
await execution.queue.put(
340340
Error(

0 commit comments

Comments
 (0)