chore(): small improvements
This commit is contained in:
@@ -6,7 +6,10 @@ from django.urls import reverse
|
||||
|
||||
from apps.experiments.tests.helpers import make_experiment
|
||||
from apps.metrics.models import MetricType
|
||||
from apps.metrics.services import experiment_metric_add, metric_definition_create
|
||||
from apps.metrics.services import (
|
||||
experiment_metric_add,
|
||||
metric_definition_create,
|
||||
)
|
||||
from apps.reviews.tests.helpers import make_admin
|
||||
from apps.users.tests.helpers import auth_header
|
||||
|
||||
|
||||
Reference in New Issue
Block a user