Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: kthatipally <99229993+kthatipally@users.noreply.github.com>
  • Loading branch information
kthatipally committed Feb 3, 2025
1 parent b2e587c commit 247f885
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions provider/internal/builtin/service_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ package builtin

import (
"context"
"path/filepath"
"reflect"
"sync"
"testing"

"github.com/go-logr/logr/testr"
"github.com/konveyor/analyzer-lsp/engine"
"github.com/konveyor/analyzer-lsp/provider"
)

Expand Down Expand Up @@ -124,4 +122,3 @@ func Test_builtinServiceClient_filterByIncludedPaths(t *testing.T) {
})
}
}

0 comments on commit 247f885

Please # to comment.