Skip to content

Commit e6ecf65

Browse files
author
Gauvain Pocentek
committed
pep8 fix
1 parent a877514 commit e6ecf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/mixins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def get(self, id, **kwargs):
152152
"""
153153
warnings.warn('The get() method for this object is deprecated '
154154
'and will be removed in a future version.',
155-
DeprecationWarning)
155+
DeprecationWarning)
156156
try:
157157
gen = self.list()
158158
except exc.GitlabListError:

0 commit comments

Comments
 (0)