From 37ed6b458a892aacbc0ca372f5f01184e2cc003d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 11 Jan 2019 07:49:43 +0200 Subject: [PATCH] misc: make linters happy --- pywal/sequences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywal/sequences.py b/pywal/sequences.py index 47acb34..b42c3b7 100644 --- a/pywal/sequences.py +++ b/pywal/sequences.py @@ -60,7 +60,7 @@ def create_sequences(colors, vte_fix=False): if not vte_fix: sequences.extend( - set_special(708, colors["special"]["background"], "l", alpha) + set_special(708, colors["special"]["background"], "l", alpha) ) if OS == "Darwin":