diff options
-rw-r--r-- | gitlab/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index c1d86eb..000fe7f 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -45,8 +45,6 @@ REDIRECT_MSG = ( "must update your GitLab URL to use https:// to avoid issues." ) -ALLOWED_KEYSET_ENDPOINTS = ["/projects"] - class Gitlab(object): """Represents a GitLab server connection. |