style: fix whitespace and line spacing issues

This commit is contained in:
Paul Gauthier (aider) 2024-11-01 08:12:17 -07:00
parent 93639039d4
commit d67d319b31

View file

@ -266,6 +266,7 @@ def run_install(cmd):
return False, output
class Spinner:
spinner_chars = itertools.cycle(["", "", "", "", "", "", "", "", "", ""])