diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-02 12:14:16 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-02 12:14:16 -0800 |
| commit | 5616234d4d7b28ee807df89f4f817f080ac57d36 (patch) | |
| tree | ad53d77f24454187a2feed0b6ec2897f396ca6dd | |
| parent | a42e04f77de9fcec673eb78d05fdc26a6ab74cf6 (diff) | |
Removed an unused import which snuck in.
| -rw-r--r-- | django/db/models/sql/compiler.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/db/models/sql/compiler.py b/django/db/models/sql/compiler.py index d9161d820c..d4bd61d462 100644 --- a/django/db/models/sql/compiler.py +++ b/django/db/models/sql/compiler.py @@ -1,5 +1,4 @@ import datetime -import sys from django.conf import settings from django.core.exceptions import FieldError |
