Reordered import in JSON serializer
This commit is contained in:
parent
6355a6d4f5
commit
e73842a95f
|
@ -8,8 +8,8 @@ from __future__ import absolute_import, unicode_literals
|
|||
import datetime
|
||||
import decimal
|
||||
import json
|
||||
import uuid
|
||||
import sys
|
||||
import uuid
|
||||
|
||||
from django.core.serializers.base import DeserializationError
|
||||
from django.core.serializers.python import (
|
||||
|
|
Loading…
Reference in New Issue