Removed unneeded import

pull/273/head
Karl Hobley 2014-05-30 15:55:04 +01:00
rodzic 87838f8879
commit 2a92db9e5a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
from django.contrib.auth.models import User, Permission
from django.contrib.auth.models import User
# We need to make sure that we're using the same unittest library that Django uses internally
# Otherwise, we get issues with the "SkipTest" and "ExpectedFailure" exceptions being recognised as errors