mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 17:09:59 +03:00
remove some comments
This commit is contained in:
parent
fb0f1fd386
commit
3e766f93e4
|
@ -3,7 +3,7 @@ Helper classes for parsers.
|
||||||
"""
|
"""
|
||||||
import datetime
|
import datetime
|
||||||
import decimal
|
import decimal
|
||||||
import ujson as json # noqa
|
import ujson as json
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
from django.db.models.query import QuerySet
|
from django.db.models.query import QuerySet
|
||||||
|
|
|
@ -6,7 +6,7 @@ spec-compliant encoding/decoding. Support for non-standard features should be
|
||||||
handled by users at the renderer and parser layer.
|
handled by users at the renderer and parser layer.
|
||||||
"""
|
"""
|
||||||
import functools
|
import functools
|
||||||
import ujson as json # noqa
|
import ujson as json
|
||||||
|
|
||||||
|
|
||||||
def strict_constant(o):
|
def strict_constant(o):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user