mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-02 20:54:42 +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.
|
||||
"""
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
try:
|
||||
self.model_field = kwargs.pop('model_field')
|
||||
|
|
Loading…
Reference in New Issue
Block a user