Skip to content

Commit 3cff677

Browse files
author
anna-singleton-resolver
committed
doc: remove old part of docstring
1 parent 05597ca commit 3cff677

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/resolver_athena_client/client/channel.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ def is_old(self) -> bool:
5151
background refresh to happen before expiry while the token is still
5252
usable.
5353
54-
Args:
55-
----
56-
proactive_refresh_threshold: Fraction of token lifetime past which
57-
to trigger proactive refresh (e.g. 0.25 for 25%)
58-
5954
"""
6055
current_time = time.time()
6156
total_lifetime = self.expires_at - self.issued_at

0 commit comments

Comments
 (0)