singular-labs/singular_api_client

Bug

haxorcize opened this issue · 1 comments

if cohort_metrics or cohort_periods and (not cohort_metrics or not cohort_periods):

@shoote

This needs to be:

if (cohort_metrics or cohort_periods) and (not cohort_metrics or not cohort_periods)