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