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 19, 2024
1 parent 3ac2353 commit 4710e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operate/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def cancel_funding_job(service: str) -> None:
if not status:
logger.info(f"Funding job cancellation for {service} failed")

def pause_all_services_on_startup():
def pause_all_services_on_startup() -> None:
logger.info("Stopping services on startup...")
service_hashes = [i["hash"] for i in operate.service_manager().json]

Expand Down

0 comments on commit 4710e8c

Please sign in to comment.