diff --git a/django/contrib/auth/tests/models.py b/django/contrib/auth/tests/models.py
index 243a39533d..5d0e4f1443 100644
--- a/django/contrib/auth/tests/models.py
+++ b/django/contrib/auth/tests/models.py
@@ -1,7 +1,7 @@
 from django.conf import settings
 from django.test import TestCase
 from django.test.utils import override_settings
-svn from django.contrib.auth.models import (Group, User,
+from django.contrib.auth.models import (Group, User,
     SiteProfileNotAvailable, UserManager)