Skip to content

Commit

Permalink
Run pre-commit run -a
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Aug 7, 2024
1 parent 535e0da commit 20bb962
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/get-good-commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ def get_good_commit(
return commit.sha

sha = repo.get_commit(sha=start_ref).sha
logging.info(
f"No good commit found, using the initial one: {start_ref}, aka {sha}"
)
logging.info(f"No good commit found, using the initial one: {start_ref}, aka {sha}")
return sha


Expand Down

0 comments on commit 20bb962

Please sign in to comment.