Skip to content

Commit 25ed8e7

Browse files
author
Gauvain Pocentek
committed
Revert "Token scopes are a list"
This reverts commit 32b399a.
1 parent 2b9ae5c commit 25ed8e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitlab/v4/objects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ class UserImpersonationTokenManager(NoUpdateMixin, RESTManager):
197197
_from_parent_attrs = {'user_id': 'id'}
198198
_create_attrs = (('name', 'scopes'), ('expires_at',))
199199
_list_filters = ('state',)
200-
_types = {'scopes': types.ListAttribute}
201200

202201

203202
class UserProject(RESTObject):

0 commit comments

Comments
 (0)