Skip to content

Commit 9b9c689

Browse files
committed
fix: Remove duplicate imports for strings and time in helper.go
1 parent e47b745 commit 9b9c689

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

internal/player/helper.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
package player
22

33
import (
4+
"strings"
5+
"time"
6+
47
"github.com/charmbracelet/bubbles/key"
58
"github.com/charmbracelet/bubbles/progress"
69
tea "github.com/charmbracelet/bubbletea"
710
"github.com/charmbracelet/lipgloss"
8-
"strings"
9-
"time"
1011
)
1112

1213
// Update handles updates to the Bubble Tea model.

0 commit comments

Comments
 (0)