aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/import_arabesque.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/import_arabesque.py')
-rw-r--r--python/tests/import_arabesque.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/tests/import_arabesque.py b/python/tests/import_arabesque.py
index 9483eb45..20cde3a6 100644
--- a/python/tests/import_arabesque.py
+++ b/python/tests/import_arabesque.py
@@ -1,8 +1,9 @@
import json
import pytest
+
from fatcat_tools.importers import ArabesqueMatchImporter, SqlitePusher, JsonLinePusher
-from fixtures import api
+from fixtures import *
@pytest.fixture(scope="function")