Skip to content

Commit

Permalink
Import methods
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Nov 19, 2024
1 parent 0dfcd56 commit a17390d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
calculate_credible_intervals,
calculate_probabilities,
)
from posthog.hogql_queries.experiments.experiment_trends_statistics import (
are_results_significant as are_results_significant_v2,
calculate_credible_intervals as calculate_credible_intervals_v2,
calculate_probabilities as calculate_probabilities_v2,
)
from posthog.hogql_queries.insights.trends.trends_query_runner import TrendsQueryRunner
from posthog.hogql_queries.query_runner import QueryRunner
from posthog.models.experiment import Experiment
Expand Down

0 comments on commit a17390d

Please sign in to comment.