fix: remove duplicate getCurrentBranch import in auto.ts (#87)

This commit is contained in:
Marcel Reschke 2026-03-12 13:47:16 +01:00 committed by GitHub
parent 6e1e634251
commit 46b735ea9f

View file

@ -64,7 +64,6 @@ import {
getSliceBranchName,
switchToMain,
mergeSliceToMain,
getCurrentBranch,
} from "./worktree.ts";
import { truncateToWidth, visibleWidth } from "@mariozechner/pi-tui";
import { makeUI, GLYPH, INDENT } from "../shared/ui.js";