Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
yao-cqc committed Oct 17, 2024
1 parent f6e315c commit 6dbc980
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pytket/extensions/quantinuum/backends/credential_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ def __init__(
:param id_token_timedelt: The time duration for which the ID token is valid.
Defaults to 55 minutes.
:param refresh_token_timedelt: The time duration for which the refresh token is valid.
Defaults to 29 days.
:param refresh_token_timedelt: The time duration for which the refresh token
is valid. Defaults to 29 days.
"""
super().__init__(id_token_timedelt, refresh_token_timedelt)
self._user_name: Optional[str] = None
Expand Down Expand Up @@ -172,8 +172,8 @@ def __init__(
:param id_token_timedelt: The time duration for which the ID token is valid.
Defaults to 55 minutes.
:param refresh_token_timedelt: The time duration for which the refresh token is valid.
Defaults to 29 days.
:param refresh_token_timedelt: The time duration for which the refresh token
is valid. Defaults to 29 days.
"""
super().__init__(id_token_timedelt, refresh_token_timedelt)

Expand Down

0 comments on commit 6dbc980

Please sign in to comment.