mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-09 08:00:52 +03:00
Fixed screwed formatting
This commit is contained in:
parent
ad01fa0eae
commit
dea0f9129c
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user