Skip to content

Commit a587d43

Browse files
authored
resolve lint issues
1 parent ca108fe commit a587d43

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/file/file_manager_service_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ package file
77

88
import (
99
"context"
10-
"encoding/json"
11-
"errors"
1210
"fmt"
1311
"os"
1412
"path"
@@ -24,7 +22,6 @@ import (
2422
mpi "github.com/nginx/agent/v3/api/grpc/mpi/v1"
2523
"github.com/nginx/agent/v3/api/grpc/mpi/v1/v1fakes"
2624
"github.com/nginx/agent/v3/test/helpers"
27-
"github.com/nginx/agent/v3/test/protos"
2825
"github.com/nginx/agent/v3/test/types"
2926
"github.com/stretchr/testify/assert"
3027
"github.com/stretchr/testify/require"

0 commit comments

Comments
 (0)