summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-02-16 22:40:43 +0100
committerGitHub <noreply@github.com>2021-02-16 22:40:43 +0100
commitbec2094180268effabd24e71ca74708c0e7832a9 (patch)
treec792cb235dfb6b27473c2658749b46c34fd256a3
parent9f6691d9deeb2d7a73e2dd187b6cc7ee69a5c578 (diff)
parent3d5d5d8b13fc8405e9ef3e14be1fd8bd32235221 (diff)
downloadgitlab-bec2094180268effabd24e71ca74708c0e7832a9.tar.gz
Merge pull request #1300 from JohnVillalovos/remove_cruft
chore: remove unused ALLOWED_KEYSET_ENDPOINTS variable
-rw-r--r--gitlab/__init__.py2
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.