This commit is contained in:
Michał Gdula 2023-04-10 23:09:39 +00:00
parent 83435f5372
commit aa655a40a2
3 changed files with 6 additions and 7 deletions

View file

@ -77,8 +77,8 @@ class Metadata:
"raw": value,
"formatted": (
getattr(
helpers,
mapping_val[key][1], # pylint: disable=E0602
helpers, # pylint: disable=E0602
mapping_val[key][1],
)(value)
),
}