mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +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 decimal
|
||||
import json
|
||||
import uuid
|
||||
import sys
|
||||
import uuid
|
||||
|
||||
from django.core.serializers.base import DeserializationError
|
||||
from django.core.serializers.python import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue