fixed pyservectl linter errors and formatting

This commit is contained in:
Илья Глазунов
2025-12-04 03:17:21 +03:00
parent 7662a7924a
commit 3b59994fc9
15 changed files with 87 additions and 62 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ class StateManager:
def get_state(self) -> ProjectState:
return self.load()
def update_service(self, name: str, **kwargs) -> ServiceState:
def update_service(self, name: str, **kwargs: Any) -> ServiceState:
state = self.load()
if name not in state.services: