aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/import_ingest.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/import_ingest.py')
-rw-r--r--python/tests/import_ingest.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/python/tests/import_ingest.py b/python/tests/import_ingest.py
index 955c97cb..04a8e7f6 100644
--- a/python/tests/import_ingest.py
+++ b/python/tests/import_ingest.py
@@ -1,10 +1,15 @@
import json
-import pytest
-from fatcat_tools.importers import IngestFileResultImporter, IngestWebResultImporter, JsonLinePusher
+import pytest
from fixtures import *
+from fatcat_tools.importers import (
+ IngestFileResultImporter,
+ IngestWebResultImporter,
+ JsonLinePusher,
+)
+
@pytest.fixture(scope="function")
def ingest_importer(api):