fix(hook): remove unused workspace import after rebase
Some checks failed
CI / Check for .beads changes (push) Has been skipped
CI / Check embedded formulas (push) Failing after 20s
CI / Test (push) Failing after 1m26s
CI / Lint (push) Failing after 23s
CI / Integration Tests (push) Failing after 37s
CI / Coverage Report (push) Has been skipped
Windows CI / Windows Build and Unit Tests (push) Has been cancelled

This commit is contained in:
diesel
2026-01-25 11:24:49 -08:00
committed by John Ogle
parent 633612c29a
commit 601efd658d

View File

@@ -12,7 +12,6 @@ import (
"github.com/steveyegge/gastown/internal/beads"
"github.com/steveyegge/gastown/internal/events"
"github.com/steveyegge/gastown/internal/style"
"github.com/steveyegge/gastown/internal/workspace"
)
var hookCmd = &cobra.Command{