mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-04-27 00:14:42 +00:00
Flake8, overindented continuation line.
This commit is contained in:
parent
627c2b55e9
commit
b00a1044c6
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ class TranslationFieldDescriptor(object):
|
|||
A descriptor used for the original translated field.
|
||||
"""
|
||||
def __init__(self, field, fallback_languages=None, fallback_value=NONE,
|
||||
fallback_undefined=NONE):
|
||||
fallback_undefined=NONE):
|
||||
"""
|
||||
Stores fallback options and the original field, so we know it's name
|
||||
and default.
|
||||
|
|
|
|||
Loading…
Reference in a new issue