1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00

Removed unused import

This commit is contained in:
Anssi Kääriäinen 2014-01-12 13:19:13 +02:00
parent 4fba5dfaa0
commit 2509006506

View File

@ -1,6 +1,5 @@
from __future__ import unicode_literals
from collections import defaultdict
import datetime
import decimal
import hashlib