From 34611abdef34ef8a8129f5ab1e1868391fd6917f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <amuoz@ed.ac.uk>
Date: Fri, 7 Jan 2022 20:00:33 +0000
Subject: [PATCH] update argo location

---
 extraction/examples/argo.py | 2 +-
 tests/argo/test_argo.py     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extraction/examples/argo.py b/extraction/examples/argo.py
index d361c1ac..09c83bcb 100644
--- a/extraction/examples/argo.py
+++ b/extraction/examples/argo.py
@@ -1,5 +1,5 @@
 # Example of argo experiment explorer
-from agora.argo import Argo
+from aliby.utils.argo import Argo
 from extraction.core.extractor import Extractor
 from extraction.core.parameters import Parameters
 from extraction.core.functions.defaults import get_params
diff --git a/tests/argo/test_argo.py b/tests/argo/test_argo.py
index c07e7d18..42d72cfe 100644
--- a/tests/argo/test_argo.py
+++ b/tests/argo/test_argo.py
@@ -1,6 +1,6 @@
 # Example of argo experiment explorer
 import pytest
-from agora.argo import Argo
+from aliby.utils.argo import Argo
 
 
 @pytest.mark.skip(reason="no way of testing this without sensitive info")
-- 
GitLab