mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-10-29 18:18:57 +03:00
Format with black
This commit is contained in:
@@ -105,7 +105,7 @@ class LocalizedIntegerField(LocalizedField):
|
||||
|
||||
@staticmethod
|
||||
def _convert_localized_value(
|
||||
value: LocalizedValue
|
||||
value: LocalizedValue,
|
||||
) -> LocalizedIntegerValue:
|
||||
"""Converts from :see:LocalizedValue to :see:LocalizedIntegerValue."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user