Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AvinashKapre committed Jun 16, 2024
1 parent 2555cf8 commit 66ac372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/pubmatic/openwrap/openwrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"sync"

vastunwrap "git.pubmatic.com/vastunwrap"
"github.com/PubMatic-OpenWrap/prebid-server/v2/modules/pubmatic/openwrap/profilemetadata"
"github.com/golang/glog"
gocache "github.com/patrickmn/go-cache"
"github.com/prebid/prebid-server/v2/currency"
Expand All @@ -26,6 +25,7 @@ import (
metrics "github.com/prebid/prebid-server/v2/modules/pubmatic/openwrap/metrics"
metrics_cfg "github.com/prebid/prebid-server/v2/modules/pubmatic/openwrap/metrics/config"
"github.com/prebid/prebid-server/v2/modules/pubmatic/openwrap/models"
"github.com/prebid/prebid-server/v2/modules/pubmatic/openwrap/profilemetadata"
"github.com/prebid/prebid-server/v2/modules/pubmatic/openwrap/publisherfeature"
"github.com/prebid/prebid-server/v2/modules/pubmatic/openwrap/unwrap"
)
Expand Down
2 changes: 1 addition & 1 deletion modules/pubmatic/openwrap/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"strconv"
"strings"

"github.com/PubMatic-OpenWrap/prebid-server/v2/modules/pubmatic/openwrap/profilemetadata"
"github.com/buger/jsonparser"
"github.com/prebid/openrtb/v20/adcom1"
"github.com/prebid/openrtb/v20/openrtb2"
Expand All @@ -17,6 +16,7 @@ import (
"github.com/prebid/prebid-server/v2/modules/pubmatic/openwrap/models"
"github.com/prebid/prebid-server/v2/modules/pubmatic/openwrap/models/adunitconfig"
"github.com/prebid/prebid-server/v2/modules/pubmatic/openwrap/models/nbr"
"github.com/prebid/prebid-server/v2/modules/pubmatic/openwrap/profilemetadata"
)

var (
Expand Down

0 comments on commit 66ac372

Please sign in to comment.