Skip to content

Commit

Permalink
FIX: Remove order from get_events
Browse files Browse the repository at this point in the history
skipci
  • Loading branch information
cortadocodes committed Jul 15, 2024
1 parent 25db0af commit f2df9e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion octue/cloud/pub_sub/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ def _unflatten_events(events):
"sender_type": event.pop("sender_type"),
"sender_sdk_version": event.pop("sender_sdk_version"),
"recipient": event.pop("recipient"),
"order": event.pop("order"),
**event.pop("other_attributes"),
}

Expand Down

0 comments on commit f2df9e4

Please sign in to comment.