From 826fcd14e2c9aa67e92425bbff2b344808feb160 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 8 Sep 2021 19:26:56 -0700 Subject: trivial blank line lint --- python/tests/web_refs.py | 1 - 1 file changed, 1 deletion(-) 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 - -- cgit v1.2.3