mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
style: fix whitespace and line spacing issues
This commit is contained in:
parent
93639039d4
commit
d67d319b31
1 changed files with 2 additions and 1 deletions
|
@ -266,6 +266,7 @@ def run_install(cmd):
|
|||
|
||||
return False, output
|
||||
|
||||
|
||||
class Spinner:
|
||||
spinner_chars = itertools.cycle(["⠋", "⠙", "⠹", "⠸", "⠼", "⠴", "⠦", "⠧", "⠇", "⠏"])
|
||||
|
||||
|
@ -279,7 +280,7 @@ class Spinner:
|
|||
def step(self):
|
||||
if not self.is_tty:
|
||||
return
|
||||
|
||||
|
||||
current_time = time.time()
|
||||
if not self.visible and current_time - self.start_time >= 0.5:
|
||||
self.visible = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue