Fix unused-variables errors found by pylint

This commit is contained in:
Frederic Junod 2017-10-18 08:36:07 +02:00
parent 851be18d72
commit 70a58715f3
4 changed files with 5 additions and 6 deletions

View file

@ -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: