From 3cdf4af9be4c762ff2ed79a57b5ad30637909f1e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 26 Oct 2021 12:22:38 -0700 Subject: python: isort all imports --- python/tests/test_ingest.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'python/tests/test_ingest.py') diff --git a/python/tests/test_ingest.py b/python/tests/test_ingest.py index b51f721..0965fcb 100644 --- a/python/tests/test_ingest.py +++ b/python/tests/test_ingest.py @@ -1,12 +1,13 @@ import json + import pytest import responses +from test_grobid import REAL_TEI_XML +from test_savepagenow import * +from test_wayback import * from sandcrawler import * -from test_wayback import * -from test_savepagenow import * -from test_grobid import REAL_TEI_XML @pytest.fixture -- cgit v1.2.3