Skip to content

Commit ca7ef9d

Browse files
committed
Revert case again
1 parent 975f7bf commit ca7ef9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/seer/app.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
from seer.tags import AnomalyDetectionTags
9898
from seer.trend_detection.trend_detector import BreakpointRequest, BreakpointResponse, find_trends
9999
from seer.workflows.compare.models import CompareCohortsRequest, CompareCohortsResponse
100-
from seer.workflows.compare.service import compare_cohorts
100+
from seer.workflows.compare.service import compare_cohort
101101

102102
logger = logging.getLogger(__name__)
103103

@@ -423,7 +423,7 @@ def delete_alert__data_endpoint(
423423
def compare_cohorts_endpoint(
424424
data: CompareCohortsRequest,
425425
) -> CompareCohortsResponse:
426-
return compare_cohorts(data)
426+
return compare_cohort(data)
427427

428428

429429
@blueprint.route("/health/live", methods=["GET"])

0 commit comments

Comments
 (0)