From 89311c67153ae36b1fc97ff13bf14c0db734c701 Mon Sep 17 00:00:00 2001 From: SigireddyBalasai Date: Tue, 17 Dec 2024 11:28:39 +0000 Subject: [PATCH] Remove unnecessary blank line in test_markitdown_exiftool function --- tests/test_markitdown.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_markitdown.py b/tests/test_markitdown.py index 3cc56e1..8318cb1 100644 --- a/tests/test_markitdown.py +++ b/tests/test_markitdown.py @@ -230,7 +230,6 @@ def test_markitdown_exiftool() -> None: assert target in result.text_content - def test_markitdown_local_pathlib() -> None: markitdown = MarkItDown() @@ -331,4 +330,4 @@ if __name__ == "__main__": test_markitdown_local() test_markitdown_exiftool() test_markitdown_local_pathlib() - test_markitdown_exiftool_pathlib() \ No newline at end of file + test_markitdown_exiftool_pathlib()