Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tehkillerbee committed Apr 2, 2024
1 parent 3f7910c commit 8c77aa4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tidalapi/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,9 @@ def _process_link_login(self, json: JsonObj) -> None:
json = self._wait_for_link_login(json)
self.process_auth_token(json, is_pkce_token=False)

def process_auth_token(self, json: dict[str, Union[str, int]], is_pkce_token: bool = True) -> None:
def process_auth_token(
self, json: dict[str, Union[str, int]], is_pkce_token: bool = True
) -> None:
"""Parses the authorization response and sets the token values to the specific
variables for further usage.
Expand Down

0 comments on commit 8c77aa4

Please sign in to comment.