diff options
| author | Adictya <[email protected]> | 2025-05-15 08:48:11 +0530 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-05-15 08:29:54 -0500 |
| commit | acc084c9eaff715788acbcdde3f335b11132d02d (patch) | |
| tree | 039f035fd7c6c9d44e5720092a468059bc49af35 /internal | |
| parent | 3ee213081ec6bf42f6947d03e256319c29a8ce0e (diff) | |
| download | opencode-acc084c9eaff715788acbcdde3f335b11132d02d.tar.gz opencode-acc084c9eaff715788acbcdde3f335b11132d02d.zip | |
chore(complete-module): lint
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/tui/components/dialog/complete.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/tui/components/dialog/complete.go b/internal/tui/components/dialog/complete.go index 9bd70e9ca..57193d00c 100644 --- a/internal/tui/components/dialog/complete.go +++ b/internal/tui/components/dialog/complete.go @@ -5,7 +5,6 @@ import ( "github.com/charmbracelet/bubbles/textarea" tea "github.com/charmbracelet/bubbletea" "github.com/charmbracelet/lipgloss" - "github.com/sst/opencode/internal/logging" "github.com/sst/opencode/internal/status" utilComponents "github.com/sst/opencode/internal/tui/components/util" "github.com/sst/opencode/internal/tui/layout" |
