summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn L. Villalovos <debian.org@sodarock.com>2021-02-15 14:11:57 -0800
committerJohn L. Villalovos <debian.org@sodarock.com>2021-02-15 14:13:46 -0800
commit3d5d5d8b13fc8405e9ef3e14be1fd8bd32235221 (patch)
tree0a2b49f08d72e7ad439bb3dfff087c6569c03ad5
parent1552eb5bb0eec9a68c4ececfbf80387ca64fcebe (diff)
downloadgitlab-3d5d5d8b13fc8405e9ef3e14be1fd8bd32235221.tar.gz
chore: remove unused ALLOWED_KEYSET_ENDPOINTS variable
The variable ALLOWED_KEYSET_ENDPOINTS was added in commit f86ef3bbdb5bffa1348a802e62b281d3f31d33ad. Then most of that commit was removed in commit e71fe16b47835aa4db2834e98c7ffc6bdec36723, but ALLOWED_KEYSET_ENDPOINTS was missed.
-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.