Skip to content

Commit

Permalink
[core/nodeaction] Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cgalibern committed Oct 15, 2024
1 parent 027cbd0 commit a3e8ed2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/nodeaction/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import (
"sigs.k8s.io/yaml"

"github.com/google/uuid"
"github.com/rs/zerolog/log"

"github.com/opensvc/om3/core/actionrouter"
"github.com/opensvc/om3/core/client"
"github.com/opensvc/om3/core/event"
Expand All @@ -27,7 +29,6 @@ import (
"github.com/opensvc/om3/util/plog"
"github.com/opensvc/om3/util/pubsub"
"github.com/opensvc/om3/util/xsession"
"github.com/rs/zerolog/log"
)

type (
Expand Down

0 comments on commit a3e8ed2

Please sign in to comment.