summaryrefslogtreecommitdiff
path: root/pywal/sequences.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-30 15:27:51 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-30 15:27:51 +1000
commit1f531160d64257f3dff04421e852a1ca974f5547 (patch)
treea318fd77ddac7275ae6958ccc04ea219a874d16f /pywal/sequences.py
parentc8f76a5604f3f4103d92915e33d6394bc17bfd9c (diff)
general: cleanup
Diffstat (limited to 'pywal/sequences.py')
-rwxr-xr-xpywal/sequences.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pywal/sequences.py b/pywal/sequences.py
index eb51497..7542422 100755
--- a/pywal/sequences.py
+++ b/pywal/sequences.py
@@ -20,7 +20,6 @@ def set_color(index, color):
def send_sequences(colors, vte):
"""Send colors to all open terminals."""
-
# Colors 0-15.
sequences = [set_color(num, color)
for num, color in enumerate(colors["colors"].values())]