mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
PyLint
This commit is contained in:
parent
83435f5372
commit
aa655a40a2
3 changed files with 6 additions and 7 deletions
|
@ -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)
|
||||
),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue