remove extra white-space

This commit is contained in:
Martin Patz 2020-04-30 00:06:40 +02:00
parent 19738dc28e
commit 0b3158490f

View File

@ -47,7 +47,7 @@ class Color:
def alpha_dec(self):
"""Export the alpha value as a decimal number in [0, 1]."""
return int(self.alpha_num) / 100
@property
def octal(self):
"""Export color in octal."""