remove unused unicode

This commit is contained in:
Waylon Walker 2025-11-25 20:43:59 -06:00
parent c152b4a899
commit ca47d5da89

View file

@ -800,7 +800,7 @@ def remove_workspace(
if status.dirty:
problems.append(f"{wt.name}: dirty working tree on '{branch}'")
# Only care about "unpushe­d commits" if the branch is NOT integrated into main.
# Only care about "unpushed commits" if the branch is NOT integrated into main.
if repo is not None and branch != "?" and not integrated:
if has_unpushed_commits(wt, branch):
problems.append(f"{wt.name}: unpushed commits on '{branch}'")