another import grouping change.

This commit is contained in:
Eoin McAfee 2021-06-03 14:20:28 +01:00
parent 6cec8b3ee0
commit afb5e35d2e

View file

@ -17,14 +17,13 @@ package converter
import (
"context"
"errors"
"regexp"
"strings"
"github.com/drone/drone/core"
"github.com/drone/drone/plugin/converter/jsonnet"
"github.com/drone/drone/plugin/converter/starlark"
"regexp"
"strings"
"gopkg.in/yaml.v2"
)