Skip to content

Commit 7abeb81

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# coding: utf-8
22
from __future__ import absolute_import, unicode_literals
3+
import six
34

45
from cryptography.hazmat.backends.openssl.rsa import _RSAPrivateKey, _RSAPublicKey
56
from django.test import TestCase
6-
from django.utils import six
77
from jwt.exceptions import InvalidKeyError
88

99
from rest_framework_sso import keys

0 commit comments

Comments
 (0)