mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-12-14 07:42:24 +03:00
Fix various pep8/flake8/pylint errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user