Skip to content

Commit c2edeb6

Browse files
committed
Formatting change
1 parent 5966dd4 commit c2edeb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

msal/application.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,8 @@ def acquire_token_interactive(self,
856856
state=request_state,
857857
prompt=prompt,
858858
domain_hint=domain_hint,
859-
claims_challenge=claims_challenge,)
859+
claims_challenge=claims_challenge,
860+
)
860861
auth_code, state = obtain_auth_code(_port, auth_uri=auth_url)
861862
if not auth_code:
862863
raise TimeoutError("Server timed out")

0 commit comments

Comments
 (0)