PEP 8 (I'm bored): mem
This commit is contained in:
parent
89fd73d9c0
commit
c596f1b5f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user