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 decimal
import ujson as json # noqa
import ujson as json
import uuid
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.
"""
import functools
import ujson as json # noqa
import ujson as json
def strict_constant(o):