Skip to content

Commit

Permalink
goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
ferglor committed Jan 11, 2024
1 parent b3804a3 commit bb4a91c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/types/automation/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb4a91c

Please sign in to comment.