diff options
author | Max Wittig <max.wittig@siemens.com> | 2020-04-06 08:38:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-06 08:38:27 +0200 |
commit | 5111b6bdf239057061a1f389b5d89ea69a1285a5 (patch) | |
tree | d991d1a8ee861ae86d1fc7847164b398d2605835 | |
parent | 2790aa31b8163ac317d4c4df74910d13d55144c9 (diff) | |
download | gitlab-chore/group-manager-attributes.tar.gz |
fix(objects): correct group objectschore/group-manager-attributes
Co-Authored-By: Nejc Habjan <hab.nejc@gmail.com>
-rw-r--r-- | gitlab/v4/objects.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py index 55979c7..0b95944 100644 --- a/gitlab/v4/objects.py +++ b/gitlab/v4/objects.py @@ -1440,8 +1440,6 @@ class GroupManager(CRUDMixin, RESTManager): "membership_lock", "share_with_group_lock", "visibility", - "request_access_enabled", - "mentions_disabled", "require_two_factor_authentication", "two_factor_grace_period", "project_creation_level", |