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_live_wayback.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'python/tests/test_live_wayback.py') diff --git a/python/tests/test_live_wayback.py b/python/tests/test_live_wayback.py index 429c6b0..b501dc3 100644 --- a/python/tests/test_live_wayback.py +++ b/python/tests/test_live_wayback.py @@ -8,9 +8,11 @@ Simply uncomment lines to run. """ import json + import pytest -from sandcrawler import CdxApiClient, CdxApiError, WaybackClient, WaybackError, PetaboxError, SavePageNowClient, SavePageNowError, CdxPartial, gen_file_metadata +from sandcrawler import (CdxApiClient, CdxApiError, CdxPartial, PetaboxError, SavePageNowClient, SavePageNowError, + WaybackClient, WaybackError, gen_file_metadata) @pytest.fixture -- cgit v1.2.3