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()