Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lealobanov committed Nov 1, 2024
1 parent 0b1c487 commit d8c9f6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flow_py_sdk/client/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,9 @@ def from_proto(
event = Event.from_proto(event_proto)
events.append(event)
except Exception as e:
logging.error(f"Failed to deserialize event {i}/{len(proto.events)}: {str(e)}")
logging.error(
f"Failed to deserialize event {i}/{len(proto.events)}: {str(e)}"
)
raise

return TransactionResultResponse(
Expand Down

0 comments on commit d8c9f6a

Please sign in to comment.