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.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/tests/import_arabesque.py b/python/tests/import_arabesque.py
index 20cde3a6..6f73d817 100644
--- a/python/tests/import_arabesque.py
+++ b/python/tests/import_arabesque.py
@@ -1,10 +1,11 @@
import json
-import pytest
-from fatcat_tools.importers import ArabesqueMatchImporter, SqlitePusher, JsonLinePusher
+import pytest
from fixtures import *
+from fatcat_tools.importers import ArabesqueMatchImporter, JsonLinePusher, SqlitePusher
+
@pytest.fixture(scope="function")
def arabesque_importer(api):