Skip to content

Commit 417d27c

Browse files
author
Gauvain Pocentek
committed
fix pep8 tests
1 parent 62e4fb9 commit 417d27c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitlab/objects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,6 @@ def repository_contributors(self):
15671567
raise_error_from_response(r, GitlabListError)
15681568
return r.json()
15691569

1570-
15711570
def archive(self, sha=None, **kwargs):
15721571
warnings.warn("`archive` is deprecated, "
15731572
"use `repository_archive` instead",

0 commit comments

Comments
 (0)