Skip to content

Commit 6bae812

Browse files
authored
Merge pull request #547 from AzureAD/remove-deprecated-authority-http_client
Remove a deprecated attribute, scheduled for 1.21+
2 parents a506d6e + 09d5ff9 commit 6bae812

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

msal/authority.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ class Authority(object):
5252
"""
5353
_domains_without_user_realm_discovery = set([])
5454

55-
@property
56-
def http_client(self): # Obsolete. We will remove this eventually
57-
warnings.warn(
58-
"authority.http_client might be removed in MSAL Python 1.21+", DeprecationWarning)
59-
return self._http_client
60-
6155
def __init__(
6256
self, authority_url, http_client,
6357
validate_authority=True,

0 commit comments

Comments
 (0)