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:
@@ -149,8 +149,6 @@ class LocalizedValueTestCase(TestCase):
|
||||
__str__'s fallback functionality properly respects
|
||||
the LOCALIZED_FIELDS_FALLBACKS setting."""
|
||||
|
||||
test_value = 'myvalue'
|
||||
|
||||
settings.LOCALIZED_FIELDS_FALLBACKS = {
|
||||
'nl': ['ro']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user