From a58a9037c8e9e74742c589d41816fa414f3b7290 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 18 Mar 2018 15:46:45 +1100 Subject: misc: cleanup --- pywal/theme.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'pywal/theme.py') diff --git a/pywal/theme.py b/pywal/theme.py index 010e90f..efa3129 100644 --- a/pywal/theme.py +++ b/pywal/theme.py @@ -43,9 +43,6 @@ def file(input_file): elif os.path.isfile(user_theme_file): theme_file = user_theme_file - elif os.path.isfile(theme_file): - theme_file = theme_file - elif input_file == "random": themes = [theme.path for theme in index()] random.shuffle(themes) -- cgit v1.2.3