Skip to content

Commit 2071ef3

Browse files
fix: Remove unused imports
1 parent 35d6283 commit 2071ef3

File tree

213 files changed

+8
-220
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+8
-220
lines changed

internal/pkg/diff/diff_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package diff
22

33
import (
4-
"context"
54
"strings"
65
"testing"
76

internal/pkg/encoding/json/schema/schema_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package schema_test
22

33
import (
4-
"context"
54
"strings"
65
"testing"
76

internal/pkg/encoding/jsonnet/fsimporter/fsimporter_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package fsimporter_test
22

33
import (
4-
"context"
54
"testing"
65

76
"github.com/stretchr/testify/assert"

internal/pkg/env/loader_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package env
22

33
import (
4-
"context"
54
"testing"
65

76
"github.com/stretchr/testify/assert"

internal/pkg/filesystem/aferofs/filesystem_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package aferofs_test
22

33
import (
4-
"context"
54
"io"
65
iofs "io/fs"
76
"os"

internal/pkg/filesystem/aferofs/mountfs/mountfs_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package mountfs_test
22

33
import (
4-
"context"
54
"testing"
65

76
"github.com/stretchr/testify/assert"

internal/pkg/filesystem/aferofs/utils_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package aferofs
22

33
import (
4-
"context"
54
"testing"
65

76
"github.com/stretchr/testify/assert"

internal/pkg/filesystem/clifs/clifs_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
package clifs
33

44
import (
5-
"context"
65
"os"
76
"path/filepath"
87
"testing"

internal/pkg/fixtures/fixtures.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package fixtures
22

33
import (
4-
"context"
54
"encoding/json"
65
"os"
76
"runtime"

internal/pkg/log/callback_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
package log
33

44
import (
5-
"context"
65
"testing"
76
"time"
87

0 commit comments

Comments
 (0)