summaryrefslogtreecommitdiff
path: root/gitlab.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab.py')
-rw-r--r--gitlab.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab.py b/gitlab.py
index 4fbb05a..9db538e 100644
--- a/gitlab.py
+++ b/gitlab.py
@@ -798,7 +798,6 @@ class ProjectIssue(GitlabObject):
class ProjectMember(GitlabObject):
_url = '/projects/%(project_id)s/members'
- _returnClass = User
requiredListAttrs = ['project_id']
requiredGetAttrs = ['project_id']
requiredCreateAttrs = ['project_id', 'user_id', 'access_level']