File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ class Gitlab(object):
6161 email (str): The user email or login.
6262 password (str): The user password (associated with email).
6363 ssl_verify (bool): Whether SSL certificates should be validated.
64- timeout (float or tuple(float,float)) : Timeout to use for requests to
65- the GitLab server.
66- http_username: (str): Username for HTTP authentication
67- http_password: (str): Password for HTTP authentication
64+ timeout (float) : Timeout to use for requests to the GitLab server.
65+ http_username (str): Username for HTTP authentication
66+ http_password (str): Password for HTTP authentication
67+
6868 Attributes:
6969 user_emails (UserEmailManager): Manager for GitLab users' emails.
7070 user_keys (UserKeyManager): Manager for GitLab users' SSH keys.
You can’t perform that action at this time.
0 commit comments