Skip to content

Commit d0e2a15

Browse files
author
Gauvain Pocentek
committed
pep8 fix
1 parent 60efc83 commit d0e2a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def wrapped_f(*args, **kwargs):
4747
if type(cls_names) != tuple:
4848
classes = (cls_names, )
4949

50-
for cls_name in cls_names:
50+
for cls_name in classes:
5151
final_name = cls_name
5252
if cls_name.endswith('Manager'):
5353
final_name = cls_name.replace('Manager', '')

0 commit comments

Comments
 (0)