mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-16 02: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 = {}
|
SAVE_ALL = {}
|
||||||
# Convert jpg to jpeg, Can apply other case.
|
# Convert jpg to jpeg, Can apply other case.
|
||||||
FORMAT_MAP = {
|
FORMAT_MAP = {
|
||||||
'JPG': 'jpeg',
|
"JPG": "jpeg",
|
||||||
}
|
}
|
||||||
EXTENSION = {}
|
EXTENSION = {}
|
||||||
DECODERS = {}
|
DECODERS = {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user