Skip to content

Commit

Permalink
Nuke a public method that has never been released
Browse files Browse the repository at this point in the history
  • Loading branch information
rayluo committed Nov 12, 2021
1 parent 89a3996 commit 63be405
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions msal_extensions/cache_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ def __init__(self, lockfile_path):
flags=portalocker.LOCK_EX | portalocker.LOCK_NB,
**open_kwargs)

def try_to_create_lock_file(self):
"""Do not call this. It will be removed in next release"""
warnings.warn("try_to_create_lock_file() will be removed", DeprecationWarning)
return self._try_to_create_lock_file()

def _try_to_create_lock_file(self):
timeout = 5
check_interval = 0.25
Expand Down

0 comments on commit 63be405

Please sign in to comment.