Skip to content

Commit 91c99ed

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/saml2/client_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,7 @@ def create_discovery_service_request(url, entity_id, **kwargs):
727727
the user agent.
728728
:return: A URL
729729
"""
730+
730731
args = {"entityID": entity_id}
731732
for key in ["policy", "returnIDParam"]:
732733
try:

0 commit comments

Comments
 (0)