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:
@@ -34,7 +34,7 @@ from .classes import (
|
||||
)
|
||||
|
||||
# Re export classes here
|
||||
# This allows to rename classes in the generated code
|
||||
# This allows to renaming of classes in the generated code
|
||||
__all__ = [
|
||||
"from_dict",
|
||||
"dataclass_to_dict",
|
||||
@@ -97,7 +97,7 @@ def load_inventory_json(
|
||||
) -> Inventory:
|
||||
"""
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user