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):