PEP 8 (I'm bored): disk

This commit is contained in:
enkore 2014-10-14 16:37:02 +02:00
parent 69a62726f4
commit 89fd73d9c0

View File

@ -30,7 +30,6 @@ class Disk(IntervalModule):
critical_limit = 0 critical_limit = 0
round_size = 2 round_size = 2
def run(self): def run(self):
stat = os.statvfs(self.path) stat = os.statvfs(self.path)
available = (stat.f_bsize * stat.f_bavail) / self.divisor available = (stat.f_bsize * stat.f_bavail) / self.divisor