Fix import ordering presubmit test (#4422)

Automatically submitted.
This commit is contained in:
Miek Gieben 2021-01-24 18:28:49 +01:00 committed by GitHub
parent eba74389c4
commit 38d4dacb88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 1 deletions

View file

@ -7,6 +7,7 @@ import (
"strings"
"github.com/coredns/coredns/plugin/pkg/parse"
"github.com/miekg/dns"
)