Skip to content

Commit

Permalink
del blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
ptichoid committed Jun 3, 2024
1 parent a37008c commit c1bd191
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,3 @@ def main():
execution_time = end_time - start_time
minutes, seconds = divmod(execution_time, 60)
logging.info(f"Script executed in {int(minutes)} minutes {int(seconds)} seconds! Let's go drink some beer :)")

0 comments on commit c1bd191

Please sign in to comment.