You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the init method of the Client we should have checks in place to verify that the arguments given have the right type. The username: str and password: str designation are not enforced by python.
The text was updated successfully, but these errors were encountered:
In the init method of the Client we should have checks in place to verify that the arguments given have the right type. The
username: str
andpassword: str
designation are not enforced by python.The text was updated successfully, but these errors were encountered: