Skip to content

Commit 14cb901

Browse files
committed
test(poetry): reorder imports in poetry_test.go for consistency
1 parent 3f72378 commit 14cb901

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

module/poetry/poetry_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import (
44
"context"
55
_ "embed"
66
"fmt"
7-
"os"
8-
"path/filepath"
97
"github.com/pelletier/go-toml/v2"
108
"github.com/stretchr/testify/assert"
9+
"os"
10+
"path/filepath"
1111
"testing"
1212
)
1313

0 commit comments

Comments
 (0)