Skip to content

Commit

Permalink
Add batching inventory to BUILTINS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Gascon-Lefebvre committed Jun 13, 2022
1 parent 4e7d137 commit 5a69239
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/saturn_engine/worker/inventories/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from ..inventory import Inventory
from ..inventory import Item
from ..inventory import IteratorInventory
from .batching import BatchingInventory
from .chained import ChainedInventory
from .dummy import DummyInventory
from .joined import JoinedInventory
Expand All @@ -18,4 +19,5 @@
"JoinedInventory": JoinedInventory,
"ChainedInventory": ChainedInventory,
"PeriodicInventory": PeriodicInventory,
"BatchingInventory": BatchingInventory,
}

0 comments on commit 5a69239

Please sign in to comment.