chore: remove ee import (#3425)

This commit is contained in:
Vishal Sharma 2023-08-24 11:32:06 +05:30 committed by GitHub
parent 4d14416a08
commit 598e71eb8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,8 @@ import (
"net/http"
"time"
"go.signoz.io/signoz/ee/query-service/model"
"go.signoz.io/signoz/pkg/query-service/constants"
"go.signoz.io/signoz/pkg/query-service/model"
)
var C *Client