We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a54884 commit b200712Copy full SHA for b200712
rest_framework_sso/models.py
@@ -2,10 +2,10 @@
2
from __future__ import absolute_import, unicode_literals
3
4
import uuid
5
+import six
6
7
from django.conf import settings
8
from django.db import models
-from django.utils import six
9
from django.utils.encoding import python_2_unicode_compatible
10
from django.utils.translation import ugettext_lazy as _
11
0 commit comments