Removed unneeded import

This commit is contained in:
Karl Hobley 2014-05-30 15:55:04 +01:00
parent 87838f8879
commit 2a92db9e5a

View file

@ -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