PEP 8 (I'm bored): mem

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

View File

@ -26,8 +26,6 @@ class Mem(IntervalModule):
alert_percentage = 80
round_size = 1
settings = (
("format", "format string used for output."),
("divisor",
@ -63,7 +61,6 @@ class Mem(IntervalModule):
}
round_dict(cdict, self.round_size)
self.output = {
"full_text": self.format.format(**cdict),
"color": color