Commit dea0f912 by Michal Dvorak

Fixed screwed formatting

parent ad01fa0e
...@@ -217,7 +217,6 @@ class ModelField(WritableField): ...@@ -217,7 +217,6 @@ class ModelField(WritableField):
""" """
A generic field that can be used against an arbitrary model field. A generic field that can be used against an arbitrary model field.
""" """
def __init__(self, *args, **kwargs): def __init__(self, *args, **kwargs):
try: try:
self.model_field = kwargs.pop('model_field') self.model_field = kwargs.pop('model_field')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment