aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/import_dblp.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/import_dblp.py')
-rw-r--r--python/tests/import_dblp.py10
1 files changed, 8 insertions, 2 deletions
diff --git a/python/tests/import_dblp.py b/python/tests/import_dblp.py
index 13a52247..4fb178b8 100644
--- a/python/tests/import_dblp.py
+++ b/python/tests/import_dblp.py
@@ -1,11 +1,17 @@
import io
+
import pytest
from bs4 import BeautifulSoup
-
-from fatcat_tools.importers import DblpReleaseImporter, DblpContainerImporter, Bs4XmlLargeFilePusher, JsonLinePusher
from fixtures import *
+from fatcat_tools.importers import (
+ Bs4XmlLargeFilePusher,
+ DblpContainerImporter,
+ DblpReleaseImporter,
+ JsonLinePusher,
+)
+
@pytest.fixture(scope="function")
def dblp_importer(api):