Skip to content

Commit bec2094

Browse files
authored
Merge pull request #1300 from JohnVillalovos/remove_cruft
chore: remove unused ALLOWED_KEYSET_ENDPOINTS variable
2 parents 9f6691d + 3d5d5d8 commit bec2094

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)