Skip to content

Commit

Permalink
chore: added item_buffer imports to init.
Browse files Browse the repository at this point in the history
  • Loading branch information
callumtilbury committed Dec 9, 2023
1 parent 6b58e1b commit bb8d382
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -15,7 +15,9 @@

from flashbax.buffers import (
flat_buffer,
item_buffer,
make_flat_buffer,
make_item_buffer,
make_prioritised_flat_buffer,
make_prioritised_trajectory_buffer,
make_trajectory_buffer,
Expand Down
1 change: 1 addition & 0 deletions flashbax/buffers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from flashbax.buffers.flat_buffer import make_flat_buffer
from flashbax.buffers.item_buffer import make_item_buffer
from flashbax.buffers.prioritised_flat_buffer import make_prioritised_flat_buffer
from flashbax.buffers.prioritised_trajectory_buffer import (
make_prioritised_trajectory_buffer,
Expand Down

0 comments on commit bb8d382

Please sign in to comment.