0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Removed an unused import which snuck in.

This commit is contained in:
Alex Gaynor 2014-02-02 12:14:16 -08:00
parent a42e04f77d
commit 5616234d4d

View File

@ -1,5 +1,4 @@
import datetime
import sys
from django.conf import settings
from django.core.exceptions import FieldError