Remove unnecessary blank line in test_markitdown_exiftool function
This commit is contained in:
parent
0a7ef79733
commit
89311c6715
1 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||
test_markitdown_exiftool_pathlib()
|
||||
|
|
|
|||
Loading…
Reference in a new issue