fix ident

This commit is contained in:
Johannes Braun
2022-03-20 13:55:46 +01:00
parent fe3e0c882e
commit b1399aad81

View File

@@ -1,7 +1,7 @@
import colorsys
import math
def scale(val, src, dst):
def scale(val, src, dst):
"""
Scale the given value from the scale of src to the scale of dst.
"""