Fix code for lint
This commit is contained in:
parent
39233e5a75
commit
edee95b57a
1 changed files with 3 additions and 2 deletions
|
@ -6,6 +6,7 @@ import bumblebee.input
|
||||||
import bumblebee.output
|
import bumblebee.output
|
||||||
import bumblebee.engine
|
import bumblebee.engine
|
||||||
|
|
||||||
|
|
||||||
class Module(bumblebee.engine.Module):
|
class Module(bumblebee.engine.Module):
|
||||||
def __init__(self, engine, config):
|
def __init__(self, engine, config):
|
||||||
widget = bumblebee.output.Widget(full_text=self.utilization)
|
widget = bumblebee.output.Widget(full_text=self.utilization)
|
||||||
|
|
Loading…
Reference in a new issue