From 3d5d5d8b13fc8405e9ef3e14be1fd8bd32235221 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Mon, 15 Feb 2021 14:11:57 -0800 Subject: [PATCH] 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. --- gitlab/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/gitlab/__init__.py b/gitlab/__init__.py index c1d86ebf7..000fe7f40 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -45,8 +45,6 @@ "must update your GitLab URL to use https:// to avoid issues." ) -ALLOWED_KEYSET_ENDPOINTS = ["/projects"] - class Gitlab(object): """Represents a GitLab server connection.