From 26f7af9db0036f1398df6e75a28f9076f7c2e9ce Mon Sep 17 00:00:00 2001 From: Erik Kristensen Date: Wed, 1 Jan 2025 18:19:38 -0700 Subject: [PATCH] chore: golangci-lint --- resources/neptune-snapshot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/neptune-snapshot.go b/resources/neptune-snapshot.go index 12684c2f..f1979dd0 100644 --- a/resources/neptune-snapshot.go +++ b/resources/neptune-snapshot.go @@ -2,7 +2,6 @@ package resources import ( "context" - "github.com/ekristen/libnuke/pkg/types" "time" "github.com/aws/aws-sdk-go/aws" @@ -10,6 +9,7 @@ import ( "github.com/ekristen/libnuke/pkg/registry" "github.com/ekristen/libnuke/pkg/resource" + "github.com/ekristen/libnuke/pkg/types" "github.com/ekristen/aws-nuke/v3/pkg/nuke" )