mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 00:49:49 +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 decimal
|
||||
import ujson as json # noqa
|
||||
import ujson as json
|
||||
import uuid
|
||||
|
||||
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.
|
||||
"""
|
||||
import functools
|
||||
import ujson as json # noqa
|
||||
import ujson as json
|
||||
|
||||
|
||||
def strict_constant(o):
|
||||
|
|
Loading…
Reference in New Issue
Block a user