Skip to content

Commit

Permalink
Update image.py
Browse files Browse the repository at this point in the history
Use filetype as jpeg.
  • Loading branch information
n3011 committed May 20, 2023
1 parent c85b49b commit c9935db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/pane/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ class JPG(ImageBase):
... )
"""

filetype: ClassVar[str] = 'jpg'
filetype: ClassVar[str] = 'jpeg'

_extensions: ClassVar[Tuple[str, ...]] = ('jpeg', 'jpg')

Expand Down

0 comments on commit c9935db

Please sign in to comment.