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_html.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/tests/test_html.py') diff --git a/python/tests/test_html.py b/python/tests/test_html.py index 9a81852..d4bffc1 100644 --- a/python/tests/test_html.py +++ b/python/tests/test_html.py @@ -1,10 +1,12 @@ import json + import pytest import responses from sandcrawler.html import extract_fulltext_url + def test_extract_fulltext_url(): resp = extract_fulltext_url("asdf", b"asdf") -- cgit v1.2.3