Merge pull request 'pkgs/cli: Fix grammar in inventory doc comment' (#2344) from kenji/clan-core:kenji-fix-grammar into main

This commit is contained in:
clan-bot
2024-11-09 23:57:08 +00:00

View File

@@ -34,7 +34,7 @@ from .classes import (
) )
# Re export classes here # Re export classes here
# This allows to rename classes in the generated code # This allows to renaming of classes in the generated code
__all__ = [ __all__ = [
"from_dict", "from_dict",
"dataclass_to_dict", "dataclass_to_dict",
@@ -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