inventory/model: sync

This commit is contained in:
Johannes Kirschbauer
2024-12-06 19:49:31 +01:00
parent b79db80e72
commit 0c47a29f38

View File

@@ -5,7 +5,7 @@
# ruff: noqa: N806
# ruff: noqa: F401
# fmt: off
from typing import Any, Literal, NotRequired, TypedDict
from typing import Any, Literal, TypedDict, NotRequired
class MachineDeploy(TypedDict):
@@ -33,4 +33,4 @@ class Inventory(TypedDict):
meta: NotRequired[Meta]
modules: NotRequired[dict[str, str]]
services: NotRequired[dict[str, Service]]
tags: NotRequired[dict[str, list[str]]]
tags: NotRequired[dict[str, list[str]]]