Skip to content

Commit 4848031

Browse files
committed
make lint-fix
Signed-off-by: Jason Parraga <sovietaced@gmail.com>
1 parent b4da248 commit 4848031

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

flytepropeller/pkg/apis/flyteworkflow/v1alpha1/workflow_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ import (
55
"io/ioutil"
66
"testing"
77

8-
"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1"
98
"github.com/ghodss/yaml"
109
"github.com/stretchr/testify/assert"
10+
11+
"github.com/flyteorg/flyte/flytepropeller/pkg/apis/flyteworkflow/v1alpha1"
1112
)
1213

1314
func ReadYamlFileAsJSON(path string) ([]byte, error) {

0 commit comments

Comments
 (0)