mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-09 15:38:30 +01:00
remove extra white-space
This commit is contained in:
parent
19738dc28e
commit
0b3158490f
@ -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."""
|
||||
|
Loading…
Reference in New Issue
Block a user