From 5b72000f05b842ab6ffb0bbb6352d27afc65bca2 Mon Sep 17 00:00:00 2001 From: MicahBird <31116011+MicahBird@users.noreply.github.com> Date: Thu, 28 Nov 2024 12:15:13 -0700 Subject: [PATCH] Attempt to fix linting error --- provider/pihole/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider/pihole/client.go b/provider/pihole/client.go index 8d3d52555..0d1c71520 100644 --- a/provider/pihole/client.go +++ b/provider/pihole/client.go @@ -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.