From 7be243c962b1d0320388cb0f8971c0b2321f9ee2 Mon Sep 17 00:00:00 2001 From: musasizivictoria Date: Thu, 17 Oct 2024 17:50:03 +0300 Subject: [PATCH] fix spacing --- test/test_compound_identifier.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_compound_identifier.py b/test/test_compound_identifier.py index 4df77ea6b..b795a542d 100644 --- a/test/test_compound_identifier.py +++ b/test/test_compound_identifier.py @@ -14,5 +14,3 @@ def test_is_input_header_positive(compound_identifier, header): def test_is_input_header_negative(compound_identifier, header): """Test that invalid input headers return False.""" assert compound_identifier.is_input_header(header) is False - -