fix ident

This commit is contained in:
joBr99
2022-03-20 13:55:46 +01:00
parent e92b449668
commit 47a95d76b3

View File

@@ -1,7 +1,7 @@
import colorsys import colorsys
import math 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. Scale the given value from the scale of src to the scale of dst.
""" """