aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/import_matched.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/import_matched.py')
-rw-r--r--python/tests/import_matched.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/tests/import_matched.py b/python/tests/import_matched.py
index 6b61c53c..aad8e799 100644
--- a/python/tests/import_matched.py
+++ b/python/tests/import_matched.py
@@ -1,10 +1,11 @@
import json
-import pytest
-from fatcat_tools.importers import MatchedImporter, JsonLinePusher
+import pytest
from fixtures import *
+from fatcat_tools.importers import JsonLinePusher, MatchedImporter
+
@pytest.fixture(scope="function")
def matched_importer(api):