chore: update ui service manager of new service
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user