Skip to content

Commit

Permalink
fix: linters
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoreira-valory committed Dec 20, 2024
1 parent d6d5d2b commit 9059b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operate/services/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ class Service(LocalResource):
_file = "config.json"

@classmethod
def migrate_format(cls, path: Path) -> bool:
def migrate_format(cls, path: Path) -> bool: # pylint: disable=too-many-statements
"""Migrate the JSON file format if needed."""

if not path.is_dir():
Expand Down

0 comments on commit 9059b77

Please sign in to comment.