Skip to content

Commit b200712

Browse files
author
TheLazzziest
committed
Replace django six package with the python one.
1 parent 6a54884 commit b200712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework_sso/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
from __future__ import absolute_import, unicode_literals
33

44
import uuid
5+
import six
56

67
from django.conf import settings
78
from django.db import models
8-
from django.utils import six
99
from django.utils.encoding import python_2_unicode_compatible
1010
from django.utils.translation import ugettext_lazy as _
1111

0 commit comments

Comments
 (0)