Skip to content

Commit

Permalink
Ruff changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anshulg954 committed Nov 12, 2024
1 parent 68a0cb5 commit 557a0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabpfn_client/prompt_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def prompt_and_set_token(cls, user_auth_handler: "UserAuthenticationClient"):
)

print(cls.indent("Login successful!") + "\n")

elif choice == "3":
# retrieve existing access token
access_token = user_auth_handler.get_token()
Expand Down

0 comments on commit 557a0f5

Please sign in to comment.