mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-05 22:56:09 +02:00
Attempt to fix linting error
This commit is contained in:
parent
bfe827845e
commit
5b72000f05
@ -26,7 +26,6 @@ import (
|
||||
"net/http"
|
||||
"net/http/cookiejar"
|
||||
"net/url"
|
||||
"sigs.k8s.io/external-dns/provider"
|
||||
"strings"
|
||||
|
||||
"github.com/linki/instrumented_http"
|
||||
@ -34,6 +33,7 @@ import (
|
||||
"golang.org/x/net/html"
|
||||
|
||||
"sigs.k8s.io/external-dns/endpoint"
|
||||
"sigs.k8s.io/external-dns/provider"
|
||||
)
|
||||
|
||||
// piholeAPI declares the "API" actions performed against the Pihole server.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user