From bb4a91c5f6fc49ed2ad04c99425950d8f215db3a Mon Sep 17 00:00:00 2001 From: Fergal Gribben Date: Wed, 10 Jan 2024 15:16:34 +0000 Subject: [PATCH] goimports --- pkg/types/automation/interfaces.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/types/automation/interfaces.go b/pkg/types/automation/interfaces.go index 1e6da8dfcc..6213f57224 100644 --- a/pkg/types/automation/interfaces.go +++ b/pkg/types/automation/interfaces.go @@ -2,8 +2,9 @@ package automation import ( "context" - "github.com/smartcontractkit/chainlink-common/pkg/services" "io" + + "github.com/smartcontractkit/chainlink-common/pkg/services" ) type UpkeepTypeGetter func(UpkeepIdentifier) UpkeepType