mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-14 01:04:45 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
d19fa7107d
commit
dcb01242dc
|
@ -227,7 +227,7 @@ SAVE = {}
|
|||
SAVE_ALL = {}
|
||||
# Convert jpg to jpeg, Can apply other case.
|
||||
FORMAT_MAP = {
|
||||
'JPG': 'jpeg',
|
||||
"JPG": "jpeg",
|
||||
}
|
||||
EXTENSION = {}
|
||||
DECODERS = {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user