Fix unused-variables errors found by pylint
This commit is contained in:
parent
851be18d72
commit
70a58715f3
4 changed files with 5 additions and 6 deletions
|
@ -102,7 +102,6 @@ class I3BarOutput(object):
|
|||
padding = self._theme.padding(widget)
|
||||
prefix = self._theme.prefix(widget, padding)
|
||||
suffix = self._theme.suffix(widget, padding)
|
||||
minwidth = self._theme.minwidth(widget)
|
||||
if prefix:
|
||||
full_text = u"{}{}".format(prefix, full_text)
|
||||
if suffix:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue