Skip to content

Commit

Permalink
imports: reorder imports
Browse files Browse the repository at this point in the history
Signed-off-by: Talor Itzhak <[email protected]>
  • Loading branch information
Tal-or committed Aug 22, 2024
1 parent 88ca7b2 commit 6aec6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manifests/manifests_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ package manifests

import (
"encoding/json"
selinuxassets "github.com/k8stopologyawareschedwg/deployer/pkg/assets/selinux"
"testing"

igntypes "github.com/coreos/ignition/v2/config/v3_2/types"
"k8s.io/klog/v2"

selinuxassets "github.com/k8stopologyawareschedwg/deployer/pkg/assets/selinux"
"github.com/k8stopologyawareschedwg/deployer/pkg/deployer/platform"
)

Expand Down

0 comments on commit 6aec6fd

Please sign in to comment.