From c24f59b6d4957f2e48febe15af09ba1bd692f612 Mon Sep 17 00:00:00 2001 From: IAlibay Date: Wed, 15 Jul 2020 18:34:21 +0100 Subject: [PATCH] removes spurious empty line --- tests/test_basic_regression.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_basic_regression.py b/tests/test_basic_regression.py index 9f45b5c..54c41f5 100644 --- a/tests/test_basic_regression.py +++ b/tests/test_basic_regression.py @@ -152,4 +152,3 @@ def test_regression(pdb, options, tmp_path): run_propka(options, pdb_path, tmp_path) if ref_path is not None: compare_output(pdb, tmp_path, ref_path) -