Skip to content

Commit 3d5d5d8

Browse files
chore: remove unused ALLOWED_KEYSET_ENDPOINTS variable
The variable ALLOWED_KEYSET_ENDPOINTS was added in commit f86ef3b. Then most of that commit was removed in commit e71fe16, but ALLOWED_KEYSET_ENDPOINTS was missed.
1 parent 1552eb5 commit 3d5d5d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gitlab/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
4545
"must update your GitLab URL to use https:// to avoid issues."
4646
)
4747

48-
ALLOWED_KEYSET_ENDPOINTS = ["/projects"]
49-
5048

5149
class Gitlab(object):
5250
"""Represents a GitLab server connection.

0 commit comments

Comments
 (0)