diff options
| author | Martin Patz <martin@recogni.com> | 2020-04-30 00:06:40 +0200 |
|---|---|---|
| committer | Martin Patz <martin@recogni.com> | 2020-04-30 00:06:40 +0200 |
| commit | 0b3158490fa105e18c4da274614d63e186f22f61 (patch) | |
| tree | 0efb6d84b47c210f4bb315ac9d0d0a66e9f07e3e | |
| parent | 19738dc28e1f746ff5ed5273acc2e9b5cf0d5be4 (diff) | |
remove extra white-space
| -rw-r--r-- | pywal/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/util.py b/pywal/util.py index 5cd3135..fb04c92 100644 --- a/pywal/util.py +++ b/pywal/util.py @@ -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.""" |
