Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Okhlopkov <[email protected]>
  • Loading branch information
Pavel Okhlopkov committed Nov 13, 2024
1 parent af5d5ae commit 2ed258b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/hook/context/context_combiner.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (
"fmt"

"github.com/deckhouse/module-sdk/pkg/hook/binding-context"
"github.com/deckhouse/module-sdk/pkg/hook/controller"
"github.com/deckhouse/module-sdk/pkg/hook/types"

"github.com/deckhouse/module-sdk/pkg/hook/controller"
"github.com/flant/shell-operator/pkg/hook/task_metadata"
shell_operator "github.com/flant/shell-operator/pkg/shell-operator"
"github.com/flant/shell-operator/pkg/task"
Expand Down
4 changes: 2 additions & 2 deletions test/hook/context/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ import (
"time"

"github.com/deckhouse/deckhouse/pkg/log"
"github.com/deckhouse/module-sdk/pkg/hook"
. "github.com/deckhouse/module-sdk/pkg/hook/binding-context"
"github.com/deckhouse/module-sdk/pkg/hook/controller"
"github.com/deckhouse/module-sdk/pkg/hook/types"
kubeeventsmanager "github.com/deckhouse/module-sdk/pkg/kube-events-manager"

"github.com/deckhouse/module-sdk/pkg/hook"
"github.com/deckhouse/module-sdk/pkg/hook/controller"
"github.com/flant/kube-client/fake"
schedulemanager "github.com/flant/shell-operator/pkg/schedule_manager"
)
Expand Down

0 comments on commit 2ed258b

Please sign in to comment.