From 0873e3ea09dfcf41940de59b4caac41d1e691416 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 31 May 2023 07:22:49 +0530 Subject: [PATCH] ... --- kittens/hints/marks.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/kittens/hints/marks.go b/kittens/hints/marks.go index 0a48b81c0..9620206c9 100644 --- a/kittens/hints/marks.go +++ b/kittens/hints/marks.go @@ -7,9 +7,6 @@ import ( "encoding/json" "errors" "fmt" - "kitty" - "kitty/tools/config" - "kitty/tools/utils" "os/exec" "path/filepath" "regexp" @@ -21,6 +18,10 @@ import ( "github.com/dlclark/regexp2" "github.com/seancfoley/ipaddress-go/ipaddr" "golang.org/x/exp/slices" + + "kitty" + "kitty/tools/config" + "kitty/tools/utils" ) var _ = fmt.Print