[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2022-10-27 00:49:08 +00:00
parent d19fa7107d
commit dcb01242dc

View File

@ -227,7 +227,7 @@ SAVE = {}
SAVE_ALL = {}
# Convert jpg to jpeg, Can apply other case.
FORMAT_MAP = {
'JPG': 'jpeg',
"JPG": "jpeg",
}
EXTENSION = {}
DECODERS = {}