remove some comments

This commit is contained in:
yuchunzhou 2020-01-03 17:47:11 +08:00
parent fb0f1fd386
commit 3e766f93e4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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):