Skip to content

Commit

Permalink
Merge pull request #202 from Flared/mathgl/batching_inventory_builtins
Browse files Browse the repository at this point in the history
Add batching inventory to BUILTINS.
  • Loading branch information
mlefebvre authored Jun 13, 2022
2 parents 4e7d137 + 5a69239 commit 233dc84
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 233dc84

Please sign in to comment.