diff options
| author | Simon Charette <charette.s@gmail.com> | 2014-08-27 17:32:01 -0400 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2014-08-27 17:32:01 -0400 |
| commit | 19e6397f82e82438eb3047be0233aa2e555b3a12 (patch) | |
| tree | eebe0e9bf17e3f166300ae6934834ab8aea26900 | |
| parent | 4dd5c8581d89a9f8e1e34e14c682584e562bf8b1 (diff) | |
Removed an unused import.
| -rw-r--r-- | django/contrib/gis/tests/distapp/tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/django/contrib/gis/tests/distapp/tests.py b/django/contrib/gis/tests/distapp/tests.py index 00b9ee1720..0964d1e3ca 100644 --- a/django/contrib/gis/tests/distapp/tests.py +++ b/django/contrib/gis/tests/distapp/tests.py @@ -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 |
