Fix various pep8/flake8/pylint errors

This commit is contained in:
Swen Kooij
2017-05-25 19:40:03 +03:00
parent 5a4f449363
commit 92a53bc3d7
11 changed files with 39 additions and 166 deletions

View File

@@ -17,7 +17,8 @@ class LocalizedValue(dict):
different language.
"""
self._interpret_value(keys);
super().__init__({})
self._interpret_value(keys)
def get(self, language: str=None) -> str:
"""Gets the underlying value in the specified or