bugfix: Fix linter errors

This commit is contained in:
Dieter Eickstaedt 2022-11-23 12:27:59 +01:00
parent 5720ee045d
commit 4858b092ca

View file

@ -3,10 +3,11 @@ package choose
import (
"errors"
"fmt"
"github.com/charmbracelet/bubbles/textinput"
"os"
"strings"
"github.com/charmbracelet/bubbles/textinput"
"github.com/alecthomas/kong"
"github.com/charmbracelet/bubbles/paginator"
tea "github.com/charmbracelet/bubbletea"