aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2022-07-18 13:43:38 -0700
committerBryan Newbold <bnewbold@archive.org>2022-07-18 13:43:38 -0700
commit9249f8535732923f2f147c68bb8523d52080f6e8 (patch)
treefd4f986df6335245c7541d12b04f901141f8442c
parent50893d02d205622668098890b0795f9168198caa (diff)
downloadsandcrawler-9249f8535732923f2f147c68bb8523d52080f6e8.tar.gz
sandcrawler-9249f8535732923f2f147c68bb8523d52080f6e8.zip
make fmt
-rw-r--r--python/tests/test_html.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tests/test_html.py b/python/tests/test_html.py
index 0f951eb..043c63d 100644
--- a/python/tests/test_html.py
+++ b/python/tests/test_html.py
@@ -5,4 +5,3 @@ def test_extract_fulltext_url():
resp = extract_fulltext_url("asdf", b"asdf")
assert resp == {}
-