Skip to content

Commit

Permalink
Update image.py (#4904)
Browse files Browse the repository at this point in the history
Use filetype as jpeg.
  • Loading branch information
n3011 committed May 22, 2023
1 parent 15acb1b commit f8770f3
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 f8770f3

Please sign in to comment.