diff --git a/operate/services/manage.py b/operate/services/manage.py index a4bb78d78..e4b67430c 100644 --- a/operate/services/manage.py +++ b/operate/services/manage.py @@ -932,7 +932,7 @@ def update_service( new_hash: str, rpc: t.Optional[str] = None, on_chain_user_params: t.Optional[OnChainUserParams] = None, - from_safe: bool = True, + from_safe: bool = True, # pylint: disable=unused-argument ) -> Service: """Update a service.""" old_service = self.create_or_load(