chore: update ui service manager of new service

This commit is contained in:
Benjamin Labrecque
2026-07-09 13:49:25 +02:00
parent 2b9a42e05b
commit 5b9a94c270
+1 -1
View File
@@ -137,7 +137,7 @@ class ServiceManagerUI(BaseModel):
model_config = ConfigDict(arbitrary_types_allowed=True)
config_path: ClassVar[str] = str(SERVICE_MANAGER_UI_FILENAME)
tree: ET.ElementTree[ET.Element[str]]
tree: ET.ElementTree
@classmethod
def read_from_file(cls) -> "ServiceManagerUI":