Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
poly-rodr committed Sep 24, 2024
1 parent 84efcc8 commit 1ab7251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_clob_client/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ def parse_raw_orderbook_summary(raw_obs: any) -> OrderBookSummary:
orderbookSummary = OrderBookSummary(
market=raw_obs["market"],
asset_id=raw_obs["asset_id"],
timestamp=raw_obs["timestamp"],
bids=bids,
asks=asks,
hash=raw_obs["hash"],
timestamp=raw_obs["timestamp"],
)

return orderbookSummary
Expand Down

0 comments on commit 1ab7251

Please sign in to comment.