diff --git a/resources/sfn-state-machine.go b/resources/sfn-state-machine.go index a6cf1458..20bbf4e8 100644 --- a/resources/sfn-state-machine.go +++ b/resources/sfn-state-machine.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" )