We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8181e44 commit b7f45caCopy full SHA for b7f45ca
1 file changed
examples/analysis_examples.py
@@ -5,8 +5,8 @@
5
from string import Template
6
from typing import List, Dict, Any
7
8
-from analytics_tes import AnalyticsTES
9
-from analysis_runner import AnalysisRunner
+from five_safes_tes_analytics.clients.analytics_tes import AnalyticsTES
+from five_safes_tes_analytics.runners.analysis_runner import AnalysisRunner
10
11
12
def run_mean_analysis_example(analysis_runner: AnalysisRunner, concept_id: int, tres: List[str] = None) -> Dict[str, Any]:
0 commit comments