From 19e6397f82e82438eb3047be0233aa2e555b3a12 Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Wed, 27 Aug 2014 17:32:01 -0400 Subject: [PATCH] Removed an unused import. --- django/contrib/gis/tests/distapp/tests.py | 2 -- 1 file changed, 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