Skip to content

Commit

Permalink
test: guess_file_type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato committed Dec 13, 2024
1 parent 6e980e4 commit f4b1b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eodag/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@ class StreamResponse:
def guess_file_type(file: str) -> Optional[str]:
"""guess the mime type of a file or URL based on its extension
>>> guess_file_type('path/to/foo.jp2')
>>> guess_file_type('foo.jp2')
'image/jp2'
:param file: file url or path
Expand Down

0 comments on commit f4b1b93

Please sign in to comment.