Skip to content

Commit 16e9c87

Browse files
committed
lint
1 parent a4d154c commit 16e9c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolbox-core/src/toolbox_core/auth_methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def _is_cached_token_valid(
9494
return time.time() < (expires_at - margin_seconds)
9595

9696

97-
def _update_token_cache(cache: Dict[str, Any], new_id_token: Optional[str]):
97+
def _update_token_cache(cache: Dict[str, Any], new_id_token: Optional[str]) -> None:
9898
"""
9999
Updates the global token cache with a new token and its expiry.
100100

0 commit comments

Comments
 (0)