There was an error while loading. Please reload this page.
1 parent 2b9ae5c commit 25ed8e7Copy full SHA for 25ed8e7
1 file changed
gitlab/v4/objects.py
@@ -197,7 +197,6 @@ class UserImpersonationTokenManager(NoUpdateMixin, RESTManager):
197
_from_parent_attrs = {'user_id': 'id'}
198
_create_attrs = (('name', 'scopes'), ('expires_at',))
199
_list_filters = ('state',)
200
- _types = {'scopes': types.ListAttribute}
201
202
203
class UserProject(RESTObject):
0 commit comments