Skip to content

Commit b105b1f

Browse files
author
Roland Hedberg
committed
PEP-8
1 parent 91c99ed commit b105b1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/saml2/discovery.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from urllib import urlencode
2-
from urlparse import urlparse, parse_qs
2+
from urlparse import parse_qs
3+
from urlparse import urlparse
34
from saml2.entity import Entity
45
from saml2.response import VerificationError
56

0 commit comments

Comments
 (0)