mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Missed PyLint errors
This commit is contained in:
parent
7b97b8e0ef
commit
94ea3a1f30
4 changed files with 6 additions and 6 deletions
|
@ -59,7 +59,7 @@ def exposure(value):
|
|||
"""
|
||||
Formats the exposure value into a standard format
|
||||
"""
|
||||
return str(value) + 'EV'
|
||||
return str(value) + 'EV'
|
||||
|
||||
|
||||
def color_space(value):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue