Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fe-art committed Sep 11, 2024
1 parent ab2649a commit d56db6a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clashroyalebuildabot/utils/git_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@


def _is_branch_late() -> bool:
# Fetch the latest changes from the remote repository
subprocess.run(
["git", "fetch"], check=True, capture_output=True, text=True
)

# Check if the local branch is behind the remote branch
# Get the local status to check if it's up to date
status = subprocess.run(
["git", "status", "-uno"],
capture_output=True,
Expand Down

0 comments on commit d56db6a

Please sign in to comment.