1
0
mirror of https://github.com/django/django.git synced 2025-10-30 17:16:10 +00:00

Removed several unused imports.

This commit is contained in:
Aymeric Augustin
2013-06-19 17:18:40 +02:00
parent d9a43545be
commit ffcf24c9ce
32 changed files with 7 additions and 46 deletions

View File

@@ -3,7 +3,6 @@ from __future__ import unicode_literals
import re
import random as random_module
import unicodedata
from decimal import Decimal, InvalidOperation, Context, ROUND_HALF_UP
from functools import wraps
from pprint import pformat