diff options
| author | Dylan Araps <[email protected]> | 2017-08-25 20:15:47 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-08-25 20:15:47 +1000 |
| commit | b4b3c4ca4c975a93eab2e4da9fb50456b6bed77b (patch) | |
| tree | 7a8739e6a243a3e4479f0675783870ff8478672b | |
| parent | colors: Don't hardcode command to Windows (diff) | |
| download | pywal-b4b3c4ca4c975a93eab2e4da9fb50456b6bed77b.tar.xz pywal-b4b3c4ca4c975a93eab2e4da9fb50456b6bed77b.zip | |
colors: Remove unused import.
| -rw-r--r-- | pywal/colors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/colors.py b/pywal/colors.py index 34500c8..9984b6e 100644 --- a/pywal/colors.py +++ b/pywal/colors.py @@ -7,7 +7,7 @@ import shutil import subprocess import sys -from .settings import CACHE_DIR, COLOR_COUNT, OS +from .settings import CACHE_DIR, COLOR_COUNT from . import util |