Skip to content

Commit

Permalink
Reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Jan 17, 2025
1 parent 8fd757e commit 1cf57ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion treatment-service/config/config_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package config

import (
"testing"

"github.com/caraml-dev/mlp/api/pkg/instrumentation/newrelic"
"github.com/caraml-dev/mlp/api/pkg/instrumentation/sentry"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"testing"

common_mq_config "github.com/caraml-dev/xp/common/messagequeue"
)
Expand Down

0 comments on commit 1cf57ff

Please sign in to comment.