style: fix whitespace in Spinner class

This commit is contained in:
Paul Gauthier (aider) 2024-12-04 07:04:04 -08:00
parent d87f9fbd79
commit f6f5955753

View file

@ -277,7 +277,7 @@ class Spinner:
self.last_update = 0 self.last_update = 0
self.visible = False self.visible = False
self.is_tty = sys.stdout.isatty() self.is_tty = sys.stdout.isatty()
# Try unicode first, fall back to ascii if needed # Try unicode first, fall back to ascii if needed
try: try:
# Test if we can print unicode characters # Test if we can print unicode characters