Skip to content

Commit f29d718

Browse files
committed
fix unused import
1 parent 415cf4a commit f29d718

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ import (
55
"fmt"
66
"os"
77
"path/filepath"
8-
"slices"
98
"strings"
109
"sync"
1110

1211
"github.com/Masterminds/semver/v3"
13-
"github.com/sajari/fuzzy"
1412

1513
"github.com/go-task/task/v3/errors"
1614
"github.com/go-task/task/v3/internal/env"

0 commit comments

Comments
 (0)