Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
Signed-off-by: F.N. Claessen <[email protected]>
  • Loading branch information
Flix6x committed Jan 23, 2025
1 parent ad87e8b commit 3f31f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/s2python/s2_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def do_message() -> None:
await connection.respond_with_reception_status(
subject_message_id=str(msg.message_id), # type: ignore[attr-defined, union-attr]
status=ReceptionStatusValues.PERMANENT_ERROR,
diagnostic_label=f"While processing message {msg.message_id} " # type: ignore[attr-defined, union-attr]
diagnostic_label=f"While processing message {msg.message_id} " # type: ignore[attr-defined, union-attr] # pylint: disable=line-too-long
f"an unrecoverable error occurred.",
)
raise
Expand Down

0 comments on commit 3f31f16

Please sign in to comment.