Skip to content

Commit

Permalink
fix: lint error (gci)
Browse files Browse the repository at this point in the history
Signed-off-by: terry.hung <[email protected]>
  • Loading branch information
Terryhung committed Nov 8, 2024
1 parent 2a2a4f8 commit d3e1f7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flytestdlib/config/viper/viper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ import (
"reflect"
"testing"

"github.com/flyteorg/flyte/flytestdlib/config"
"github.com/stretchr/testify/assert"

"github.com/flyteorg/flyte/flytestdlib/config"
)

func Test_stringToByteArray(t *testing.T) {
Expand Down

0 comments on commit d3e1f7c

Please sign in to comment.