From b4b3c4ca4c975a93eab2e4da9fb50456b6bed77b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 25 Aug 2017 20:15:47 +1000 Subject: [PATCH] colors: Remove unused import. --- pywal/colors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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