Skip to content

Commit

Permalink
fix: linters
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoreira-valory committed Jun 14, 2024
1 parent edd073b commit b455ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operate/services/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b455ab5

Please sign in to comment.