Flake8, overindented continuation line.

This commit is contained in:
wrwrwr 2013-03-17 17:43:24 +01:00
parent 627c2b55e9
commit b00a1044c6

View file

@ -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.