*: nix fmt

This commit is contained in:
lassulus
2024-12-02 15:14:40 +01:00
parent 9cd434f772
commit 3ae82f3efc
7 changed files with 33 additions and 27 deletions

View File

@@ -36,13 +36,13 @@ from .classes import (
# Re export classes here
# This allows to renaming of classes in the generated code
__all__ = [
"from_dict",
"dataclass_to_dict",
"Service",
"Machine",
"Meta",
"Inventory",
"Machine",
"MachineDeploy",
"Meta",
"Service",
"dataclass_to_dict",
"from_dict",
]