We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f6691d + 3d5d5d8 commit bec2094Copy full SHA for bec2094
1 file changed
gitlab/__init__.py
@@ -45,8 +45,6 @@
45
"must update your GitLab URL to use https:// to avoid issues."
46
)
47
48
-ALLOWED_KEYSET_ENDPOINTS = ["/projects"]
49
-
50
51
class Gitlab(object):
52
"""Represents a GitLab server connection.
0 commit comments