Skip to content

Commit

Permalink
fix: remove OptIn annotation for cohort syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Oct 22, 2024
1 parent 27caeb5 commit be5fd50
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/kotlin/cohort/CohortStorage.kt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
@file:OptIn(ExperimentalApi::class)

package com.amplitude.experiment.cohort

import com.amplitude.experiment.EvaluationProxyConfig
import com.amplitude.experiment.ExperimentalApi
import com.amplitude.experiment.LocalEvaluationMetrics
import com.amplitude.experiment.util.Cache
import com.amplitude.experiment.util.LocalEvaluationMetricsWrapper
Expand Down

0 comments on commit be5fd50

Please sign in to comment.