Skip to content

Commit 63be405

Browse files
committed
Nuke a public method that has never been released
1 parent 89a3996 commit 63be405

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

msal_extensions/cache_lock.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ def __init__(self, lockfile_path):
3333
flags=portalocker.LOCK_EX | portalocker.LOCK_NB,
3434
**open_kwargs)
3535

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-
4136
def _try_to_create_lock_file(self):
4237
timeout = 5
4338
check_interval = 0.25

0 commit comments

Comments
 (0)