pkgs/cli: Fix grammar in inventory doc comment

This commit is contained in:
a-kenji
2024-11-10 00:48:48 +01:00
parent 4787b7777d
commit 767244301a

View File

@@ -97,7 +97,7 @@ def load_inventory_json(
) -> Inventory: ) -> Inventory:
""" """
Load the inventory file from the flake directory Load the inventory file from the flake directory
If not file is found, returns the default inventory If no file is found, returns the default inventory
""" """
inventory = default inventory = default