1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Cleanup commit after peer review.

This commit is contained in:
Roberto Aguilar
2013-09-06 22:36:05 +00:00
parent 9587d4eea0
commit 01a5359477
5 changed files with 10 additions and 8 deletions

View File

@@ -17,7 +17,6 @@ To add your own serializers, use the SERIALIZATION_MODULES setting::
"""
import importlib
import sys
from django.conf import settings
from django.utils import six