another import grouping change.
This commit is contained in:
parent
6cec8b3ee0
commit
afb5e35d2e
1 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue