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_grobid.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'python/tests/test_grobid.py') diff --git a/python/tests/test_grobid.py b/python/tests/test_grobid.py index 36d90ef..7d950df 100644 --- a/python/tests/test_grobid.py +++ b/python/tests/test_grobid.py @@ -1,11 +1,11 @@ -import pytest import struct -import responses -from sandcrawler import GrobidClient, GrobidWorker, CdxLinePusher, BlackholeSink, WaybackClient -from test_wayback import wayback_client, cdx_client +import pytest +import responses +from test_wayback import cdx_client, wayback_client +from sandcrawler import BlackholeSink, CdxLinePusher, GrobidClient, GrobidWorker, WaybackClient FAKE_PDF_BYTES = b"%PDF SOME JUNK" + struct.pack("!q", 112853843) -- cgit v1.2.3