diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-02-16 22:40:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 22:40:43 +0100 |
commit | bec2094180268effabd24e71ca74708c0e7832a9 (patch) | |
tree | c792cb235dfb6b27473c2658749b46c34fd256a3 | |
parent | 9f6691d9deeb2d7a73e2dd187b6cc7ee69a5c578 (diff) | |
parent | 3d5d5d8b13fc8405e9ef3e14be1fd8bd32235221 (diff) | |
download | gitlab-bec2094180268effabd24e71ca74708c0e7832a9.tar.gz |
Merge pull request #1300 from JohnVillalovos/remove_cruft
chore: remove unused ALLOWED_KEYSET_ENDPOINTS variable
-rw-r--r-- | gitlab/__init__.py | 2 |
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. |