Skip to content

Commit a273649

Browse files
committed
docker_test: Fix import order
Signed-off-by: Simarpreet Singh <[email protected]>
1 parent e6a79f7 commit a273649

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

extractor/docker/docker_test.go

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,10 @@ import (
1414
"time"
1515

1616
"github.com/aquasecurity/fanal/cache"
17-
17+
"github.com/aquasecurity/fanal/extractor"
18+
"github.com/aquasecurity/fanal/types"
1819
"github.com/docker/docker/client"
19-
2020
"github.com/stretchr/testify/assert"
21-
22-
"github.com/aquasecurity/fanal/types"
23-
24-
"github.com/aquasecurity/fanal/extractor"
2521
)
2622

2723
func TestExtractFromFile(t *testing.T) {

0 commit comments

Comments
 (0)