Skip to content

Commit

Permalink
fix: add item buffer to init.
Browse files Browse the repository at this point in the history
  • Loading branch information
callumtilbury committed Jun 14, 2024
1 parent cd76785 commit c80f9da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flashbax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
make_flat_buffer,
make_item_buffer,
make_prioritised_flat_buffer,
make_prioritised_item_buffer,
make_prioritised_trajectory_buffer,
make_trajectory_buffer,
make_trajectory_queue,
prioritised_flat_buffer,
prioritised_item_buffer,
prioritised_trajectory_buffer,
trajectory_buffer,
trajectory_queue,
Expand Down

0 comments on commit c80f9da

Please sign in to comment.