Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
- I never thought it could be the comma
  • Loading branch information
GioF71 committed Sep 30, 2024
1 parent 38438bf commit 7b4ee42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidalapi/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ def login_session_file(
self,
session_file: Path,
do_pkce: Optional[bool] = False,
fn_print: Callable[[str], None] = print
fn_print: Callable[[str], None] = print,
) -> bool:
"""Logs in to the TIDAL api using an existing OAuth/PKCE session file. If no
session json file exists, a new one will be created after successful login.
Expand Down

0 comments on commit 7b4ee42

Please sign in to comment.