aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/google-auth/py3/google/auth/_refresh_worker.py
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-03-07 13:39:40 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-03-07 13:48:37 +0300
commita5bc35bb658487b44e707d555998bbec6cb14eab (patch)
tree4df3ffcdd48c13abc65053c681eeb9ad05901f2b /contrib/python/google-auth/py3/google/auth/_refresh_worker.py
parente49f2e6094ceb19570c44590cd0e5909a104b81d (diff)
downloadydb-a5bc35bb658487b44e707d555998bbec6cb14eab.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/python/google-auth/py3/google/auth/_refresh_worker.py')
-rw-r--r--contrib/python/google-auth/py3/google/auth/_refresh_worker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/google-auth/py3/google/auth/_refresh_worker.py b/contrib/python/google-auth/py3/google/auth/_refresh_worker.py
index 9bb0ccc2c5..674032d849 100644
--- a/contrib/python/google-auth/py3/google/auth/_refresh_worker.py
+++ b/contrib/python/google-auth/py3/google/auth/_refresh_worker.py
@@ -75,7 +75,7 @@ class RefreshThreadManager:
def __setstate__(self, state):
"""Pickle helper that deserializes the _lock attribute."""
- state["_key"] = threading.Lock()
+ state["_lock"] = threading.Lock()
self.__dict__.update(state)