Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesheron committed Dec 4, 2024
1 parent 7b970f2 commit d043714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package core

import (
"github.com/media-streaming-mesh/msm-k8s/pkg/model"
node_mapper "github.com/media-streaming-mesh/msm-k8s/pkg/node_mapper"
"github.com/media-streaming-mesh/msm-k8s/pkg/node_mapper"
"github.com/media-streaming-mesh/msm-nc/internal/config"
"github.com/media-streaming-mesh/msm-nc/internal/stream-mapper"
)
Expand Down

0 comments on commit d043714

Please sign in to comment.