Skip to content

Commit

Permalink
[BugFix] Fix flake8 issues (#4110)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchhablani authored Aug 11, 2023
1 parent fdaacb3 commit afbb7ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/monitoring/auto_scale_ec2_workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,7 @@ def start_or_stop_workers(challenge, challenge_metrics, evalai_interface):
)
return

print("Pending Submissions: {}, Challenge PK: {}, Title: {}".format(
pending_submissions,challenge["id"], challenge["title"]
)
)
print("Pending Submissions: {}, Challenge PK: {}, Title: {}".format(pending_submissions, challenge["id"], challenge["title"]))

if pending_submissions == 0 or parse(
challenge["end_date"]
Expand Down

0 comments on commit afbb7ea

Please sign in to comment.