another import grouping change.

pull/3085/head
Eoin McAfee 2021-06-03 14:20:28 +01:00
parent 6cec8b3ee0
commit afb5e35d2e
1 changed files with 2 additions and 3 deletions

View File

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