Skip to content

Commit 711aa01

Browse files
Line length lint
1 parent 9819b23 commit 711aa01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/replit_river/common_session.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ async def buffered_message_sender(
108108
)
109109
except FailedSendingMessageException:
110110
logger.error(
111-
"Failed sending message, waiting for reconnect and retry from buffer",
111+
"Failed sending message, "
112+
"waiting for reconnect and retry from buffer",
112113
exc_info=True,
113114
)
114115
except Exception:

0 commit comments

Comments
 (0)