1
0
mirror of https://github.com/django/django.git synced 2025-01-19 14:52:54 +00:00

Removed unused import.

This commit is contained in:
Tim Graham 2014-12-30 10:23:29 -05:00
parent 8c99b7920e
commit c6b12bc995

View File

@ -6,7 +6,6 @@ import copy
import datetime
from decimal import Decimal, Rounded
import re
import sys
import threading
import unittest
import warnings