Skip to content

Commit 405e3e8

Browse files
committed
Fix import
1 parent 5bc1dd7 commit 405e3e8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

rdmo/core/tests/test_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
from rdmo.core.utils import (
99
human2bytes,
10-
inject_textblocks,
1110
join_url,
1211
parse_date_from_string,
1312
parse_metadata,
@@ -109,4 +108,3 @@ def test_parse_metadata(input_html, metadata, output_html):
109108
@pytest.mark.parametrize('input_string, output_string', double_newline_strings)
110109
def test_remove_double_newlines(input_string, output_string):
111110
assert remove_double_newlines(input_string) == output_string
112-

0 commit comments

Comments
 (0)