diff options
-rw-r--r-- | gitlab/v4/objects.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py index a2b4321..956038b 100644 --- a/gitlab/v4/objects.py +++ b/gitlab/v4/objects.py @@ -197,7 +197,6 @@ class UserImpersonationTokenManager(NoUpdateMixin, RESTManager): _from_parent_attrs = {'user_id': 'id'} _create_attrs = (('name', 'scopes'), ('expires_at',)) _list_filters = ('state',) - _types = {'scopes': types.ListAttribute} class UserProject(RESTObject): |