mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-12-14 07:42:24 +03:00
Fix outstanding PEP8 and Flake8 issues
This commit is contained in:
@@ -28,7 +28,7 @@ class LocalizedFileFieldFormTestCase(TestCase):
|
||||
formfield.clean(['', ''], ['', ''])
|
||||
|
||||
def test_bound_data(self):
|
||||
"""Tests whether the :see:bound_data function is returns correctly
|
||||
"""Tests whether the :see:bound_data function is returns correctly
|
||||
value"""
|
||||
|
||||
formfield = LocalizedFileFieldForm()
|
||||
@@ -38,4 +38,3 @@ class LocalizedFileFieldFormTestCase(TestCase):
|
||||
value = [None] * len(settings.LANGUAGES)
|
||||
expected_value = [''] * len(settings.LANGUAGES)
|
||||
assert formfield.bound_data(value, initial) == expected_value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user