aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-09-08 19:26:56 -0700
committerBryan Newbold <bnewbold@robocracy.org>2021-09-08 19:26:56 -0700
commit826fcd14e2c9aa67e92425bbff2b344808feb160 (patch)
treee1266eb4b513a0d64181acae679759976b156fd7 /python/tests
parent7c8eaf5958c9a5883d661e54743443336269c33c (diff)
downloadfatcat-826fcd14e2c9aa67e92425bbff2b344808feb160.tar.gz
fatcat-826fcd14e2c9aa67e92425bbff2b344808feb160.zip
trivial blank line lint
Diffstat (limited to 'python/tests')
-rw-r--r--python/tests/web_refs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tests/web_refs.py b/python/tests/web_refs.py
index bceb8557..72a295e1 100644
--- a/python/tests/web_refs.py
+++ b/python/tests/web_refs.py
@@ -51,4 +51,3 @@ def test_basic_refs(app, mocker):
rv = app.get('/release/aaaaaaaaaaaaarceaaaaaaaaai/refs-out')
assert rv.status_code == 200
assert b"No References Found" in rv.data
-