Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
anshulg954 committed Jun 22, 2024
1 parent 7d5f8ab commit 6e064be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tabpfn_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ def retrieve_greeting_messages(self) -> list[str]:
greeting_messages = response.json()["messages"]
return greeting_messages

# bool optional parameter is accesstoken required
def get_user_email_verification_status(self, email: str, access_token_required: bool) -> tuple[bool, str]:
"""
Check if the user's email is verified.
Expand Down

0 comments on commit 6e064be

Please sign in to comment.