Skip to content

Commit ecb686d

Browse files
authored
Merge pull request #1335 from JohnVillalovos/jlvillal/remove_dup_classes
fix: remove duplicate class definitions in v4/objects/users.py
2 parents 6662252 + 7c4e625 commit ecb686d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

gitlab/v4/objects/users.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@
4343
"UserGPGKeyManager",
4444
"UserKey",
4545
"UserKeyManager",
46-
"UserStatus",
47-
"UserStatusManager",
4846
"UserIdentityProviderManager",
4947
"UserImpersonationToken",
5048
"UserImpersonationTokenManager",
@@ -349,16 +347,6 @@ class UserKeyManager(ListMixin, CreateMixin, DeleteMixin, RESTManager):
349347
_create_attrs = (("title", "key"), tuple())
350348

351349

352-
class UserStatus(RESTObject):
353-
pass
354-
355-
356-
class UserStatusManager(GetWithoutIdMixin, RESTManager):
357-
_path = "/users/%(user_id)s/status"
358-
_obj_cls = UserStatus
359-
_from_parent_attrs = {"user_id": "id"}
360-
361-
362350
class UserIdentityProviderManager(DeleteMixin, RESTManager):
363351
"""Manager for user identities.
364352

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy