[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-09-16 09:01:35 +00:00
parent ce905dea74
commit 50bbf11c02

View File

@ -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."""