pep8 cleaning (visual indentation)
This commit is contained in:
parent
a82aaf830a
commit
cf14d6e6b9
1 changed files with 14 additions and 14 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
from weboob.capabilities.base import empty
|
from weboob.capabilities.base import empty
|
||||||
from weboob.capabilities.gauge import ICapGauge, SensorNotFound
|
from weboob.capabilities.gauge import ICapGauge, SensorNotFound
|
||||||
from weboob.tools.application.repl import ReplApplication
|
from weboob.tools.application.repl import ReplApplication
|
||||||
from weboob.tools.application.formatters.iformatter import IFormatter, PrettyFormatter
|
from weboob.tools.application.formatters.iformatter import IFormatter
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
@ -96,7 +96,7 @@ class Boobsize(ReplApplication):
|
||||||
SHORT_DESCRIPTION = "display sensors and gauges values"
|
SHORT_DESCRIPTION = "display sensors and gauges values"
|
||||||
CAPS = (ICapGauge)
|
CAPS = (ICapGauge)
|
||||||
DEFAULT_FORMATTER = 'table'
|
DEFAULT_FORMATTER = 'table'
|
||||||
EXTRA_FORMATTERS = {'gauge_list': GaugeFormatter,}
|
EXTRA_FORMATTERS = {'gauge_list': GaugeFormatter, }
|
||||||
COMMANDS_FORMATTERS = {'search': 'gauge_list',
|
COMMANDS_FORMATTERS = {'search': 'gauge_list',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue