We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a3996 commit 63be405Copy full SHA for 63be405
msal_extensions/cache_lock.py
@@ -33,11 +33,6 @@ def __init__(self, lockfile_path):
33
flags=portalocker.LOCK_EX | portalocker.LOCK_NB,
34
**open_kwargs)
35
36
- def try_to_create_lock_file(self):
37
- """Do not call this. It will be removed in next release"""
38
- warnings.warn("try_to_create_lock_file() will be removed", DeprecationWarning)
39
- return self._try_to_create_lock_file()
40
-
41
def _try_to_create_lock_file(self):
42
timeout = 5
43
check_interval = 0.25
0 commit comments