Fix syntax error in test_markitdown.py

This commit is contained in:
HendricksJudy 2024-12-16 06:21:53 -08:00 committed by GitHub
parent 533f43f834
commit 964ee4311b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -194,7 +194,7 @@ def test_markitdown_exiftool() -> None:
assert target in result.text_content assert target in result.text_content
if __name__main__": if __name__ == "__main__":
"""Runs this file's tests from the command line.""" """Runs this file's tests from the command line."""
test_markitdown_remote() test_markitdown_remote()
test_markitdown_local() test_markitdown_local()