Skip to content

Commit 5cb93da

Browse files
branchvneersighted
authored andcommitted
chore: fix failing lint
1 parent 2a7a4bf commit 5cb93da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cleo/commands/command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def spin(
336336
"""
337337
Automatically spin a progress indicator.
338338
"""
339-
spinner = ProgressIndicator(self.io, fmt, interval, values)
339+
spinner = self.progress_indicator(fmt, interval, values)
340340

341341
return spinner.auto(start_message, end_message)
342342

0 commit comments

Comments
 (0)