Skip to content

Commit

Permalink
fix pep8 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed May 13, 2016
1 parent 62e4fb9 commit 417d27c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gitlab/objects.py
Expand Up @@ -1567,7 +1567,6 @@ def repository_contributors(self):
raise_error_from_response(r, GitlabListError)
return r.json()


def archive(self, sha=None, **kwargs):
warnings.warn("`archive` is deprecated, "
"use `repository_archive` instead",
Expand Down

0 comments on commit 417d27c

Please sign in to comment.