mirror of
https://github.com/django/django.git
synced 2025-09-27 12:39:17 +00:00
Reordered import in JSON serializer
This commit is contained in:
parent
6355a6d4f5
commit
e73842a95f
1 changed files with 1 additions and 1 deletions
|
@ -8,8 +8,8 @@ from __future__ import absolute_import, unicode_literals
|
||||||
import datetime
|
import datetime
|
||||||
import decimal
|
import decimal
|
||||||
import json
|
import json
|
||||||
import uuid
|
|
||||||
import sys
|
import sys
|
||||||
|
import uuid
|
||||||
|
|
||||||
from django.core.serializers.base import DeserializationError
|
from django.core.serializers.base import DeserializationError
|
||||||
from django.core.serializers.python import (
|
from django.core.serializers.python import (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue