diff options
| author | dgrisham <dgrisham@mines.edu> | 2018-10-17 09:03:43 -0600 |
|---|---|---|
| committer | dgrisham <dgrisham@mines.edu> | 2018-10-17 09:03:50 -0600 |
| commit | 51af3c1e03875716d224e40878f821dac931fc9a (patch) | |
| tree | bb8f7b6a45aa0a87cffc38142af982cc94e4aae8 /pywal/colors.py | |
| parent | b08648c7201c9d3e7b10b412c43b494791e4b52e (diff) | |
Fix lint errors.
License: MIT
Signed-off-by: David Grisham <dgrisham@mines.edu>
Diffstat (limited to 'pywal/colors.py')
| -rw-r--r-- | pywal/colors.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pywal/colors.py b/pywal/colors.py index 63200c5..246318c 100644 --- a/pywal/colors.py +++ b/pywal/colors.py @@ -4,7 +4,6 @@ Generate a palette using various backends. import logging import os import random -import re import sys from . import theme |
