mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-14 09:14: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
ce905dea74
commit
50bbf11c02
|
@ -295,7 +295,8 @@ TAGS = {
|
|||
|
||||
TAG_CODES = {
|
||||
# possibly incomplete
|
||||
tag_name: tag_code for tag_code, tag_name in TAGS.items()
|
||||
tag_name: tag_code
|
||||
for tag_code, tag_name in TAGS.items()
|
||||
}
|
||||
"""Maps tag names to EXIF tags."""
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user