summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gitlab/objects.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/objects.py b/gitlab/objects.py
index 7c76d53..ebfba8b 100644
--- a/gitlab/objects.py
+++ b/gitlab/objects.py
@@ -1567,7 +1567,6 @@ class Project(GitlabObject):
raise_error_from_response(r, GitlabListError)
return r.json()
-
def archive(self, sha=None, **kwargs):
warnings.warn("`archive` is deprecated, "
"use `repository_archive` instead",