summaryrefslogtreecommitdiffstats
path: root/glances/cpu_percent.py
diff options
context:
space:
mode:
Diffstat (limited to 'glances/cpu_percent.py')
-rw-r--r--glances/cpu_percent.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/glances/cpu_percent.py b/glances/cpu_percent.py
index 6789a9c9..78950d0a 100644
--- a/glances/cpu_percent.py
+++ b/glances/cpu_percent.py
@@ -16,7 +16,6 @@ import psutil
class CpuPercent(object):
-
"""Get and store the CPU percent."""
def __init__(self, cached_timer_cpu=3):