Skip to content

Commit

Permalink
pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Sep 7, 2017
1 parent 60efc83 commit d0e2a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/cli.py
Expand Up @@ -47,7 +47,7 @@ def wrapped_f(*args, **kwargs):
if type(cls_names) != tuple:
classes = (cls_names, )

for cls_name in cls_names:
for cls_name in classes:
final_name = cls_name
if cls_name.endswith('Manager'):
final_name = cls_name.replace('Manager', '')
Expand Down

0 comments on commit d0e2a15

Please sign in to comment.