diff --git a/gitlab/__init__.py b/gitlab/__init__.py index c1d86ebf7..000fe7f40 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -45,8 +45,6 @@ "must update your GitLab URL to use https:// to avoid issues." ) -ALLOWED_KEYSET_ENDPOINTS = ["/projects"] - class Gitlab(object): """Represents a GitLab server connection.