Skip to content

Commit 6596aa7

Browse files
committed
drop six
1 parent 5a146b5 commit 6596aa7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
six
21
requests

st2auth_keystone_backend/keystone.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818

1919
import requests
2020

21-
from six.moves.urllib.parse import urlparse
22-
from six.moves.urllib.parse import urljoin
21+
from urllib.parse import urljoin, urlparse
2322

2423
__all__ = [
2524
'KeystoneAuthenticationBackend'

0 commit comments

Comments
 (0)