Skip to content

Commit 416253f

Browse files
committed
Remove conflict
1 parent 79249b8 commit 416253f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

stubs/msal/__init__.pyi

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@ class ConfidentialClientApplication:
66
"""MSAL Confidential Client Application"""
77

88
def __init__(
9-
<<<<<<< HEAD
10-
self, client_id: str, *, client_credential: str | None = None, authority: str | None = None, **kwargs: Any
11-
=======
129
self,
1310
client_id: str,
1411
*,
15-
client_credential: Optional[str | dict[str, str]] = None,
16-
authority: Optional[str] = None,
12+
client_credential: str | dict[str, str] | None = None,
13+
authority: str | None = None,
1714
**kwargs: Any,
18-
>>>>>>> 9c67258 (FIC support)
1915
) -> None: ...
2016
def acquire_token_for_client(
2117
self, scopes: list[str] | str, claims_challenge: str | None = None, **kwargs: Any

0 commit comments

Comments
 (0)