diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-07-18 13:43:38 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-07-18 13:43:38 -0700 |
commit | 9249f8535732923f2f147c68bb8523d52080f6e8 (patch) | |
tree | fd4f986df6335245c7541d12b04f901141f8442c /python | |
parent | 50893d02d205622668098890b0795f9168198caa (diff) | |
download | sandcrawler-9249f8535732923f2f147c68bb8523d52080f6e8.tar.gz sandcrawler-9249f8535732923f2f147c68bb8523d52080f6e8.zip |
make fmt
Diffstat (limited to 'python')
-rw-r--r-- | python/tests/test_html.py | 1 |
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 == {} - |