Whitespace fix

This commit is contained in:
Florian Bruhin 2014-04-11 19:33:11 +02:00
parent e12531e766
commit 80ca9a8dd0

View File

@ -44,7 +44,6 @@ class SettingValue:
self._values = OrderedDict.fromkeys(['temp', 'conf', 'default'])
self._values['default'] = default
def __str__(self):
"""Get raw string value."""
return self.value