From 89fd73d9c008a809928139f4531dc4b09e5a0bec Mon Sep 17 00:00:00 2001 From: enkore Date: Tue, 14 Oct 2014 16:37:02 +0200 Subject: [PATCH] PEP 8 (I'm bored): disk --- i3pystatus/disk.py | 1 - 1 file changed, 1 deletion(-) diff --git a/i3pystatus/disk.py b/i3pystatus/disk.py index 53bdd70..90a6000 100644 --- a/i3pystatus/disk.py +++ b/i3pystatus/disk.py @@ -30,7 +30,6 @@ class Disk(IntervalModule): critical_limit = 0 round_size = 2 - def run(self): stat = os.statvfs(self.path) available = (stat.f_bsize * stat.f_bavail) / self.divisor