refactor(chalice): fixed product analytics
This commit is contained in:
parent
502303aee7
commit
b8091b69c2
2 changed files with 1 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ from time import time
|
|||
|
||||
import schemas
|
||||
from chalicelib.core import metadata
|
||||
from chalicelib.core.metrics.product_analytics import __transform_journey
|
||||
from .product_analytics import __transform_journey
|
||||
from chalicelib.utils import ch_client, exp_ch_helper
|
||||
from chalicelib.utils import helper
|
||||
from chalicelib.utils import sql_helper as sh
|
||||
|
|
|
|||
|
|
@ -4,6 +4,4 @@ from decouple import config
|
|||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
from chalicelib.core.metrics import heatmaps_ch as heatmaps
|
||||
from chalicelib.core.metrics import custom_metrics_ee as custom_metrics
|
||||
from chalicelib.core.metrics import product_analytics_ch as product_analytics
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue