Removed an unused import.

This commit is contained in:
Simon Charette 2014-08-27 17:32:01 -04:00
parent 4dd5c8581d
commit 19e6397f82
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
from __future__ import unicode_literals
from unittest import skipUnless
from django.db import connection
from django.db.models import Q
from django.contrib.gis.geos import HAS_GEOS