From 69a62726f403771804fd6e5cc2aae62379b7e4e1 Mon Sep 17 00:00:00 2001 From: enkore Date: Tue, 14 Oct 2014 16:35:22 +0200 Subject: [PATCH] PEP 8 (I'm bored): cpu_usage_graph --- i3pystatus/cpu_usage_graph.py | 1 - 1 file changed, 1 deletion(-) diff --git a/i3pystatus/cpu_usage_graph.py b/i3pystatus/cpu_usage_graph.py index 2a4be8c..1fd2b89 100644 --- a/i3pystatus/cpu_usage_graph.py +++ b/i3pystatus/cpu_usage_graph.py @@ -51,4 +51,3 @@ class CpuUsageGraph(CpuUsage, ColorRangeModule): "full_text": self.format.format_map(format_options), 'color': color } -