removes spurious empty line

This commit is contained in:
IAlibay
2020-07-15 18:34:21 +01:00
parent dd7434fc37
commit c24f59b6d4

View File

@@ -152,4 +152,3 @@ def test_regression(pdb, options, tmp_path):
run_propka(options, pdb_path, tmp_path) run_propka(options, pdb_path, tmp_path)
if ref_path is not None: if ref_path is not None:
compare_output(pdb, tmp_path, ref_path) compare_output(pdb, tmp_path, ref_path)