style: Apply formatting

This commit is contained in:
Paul Gauthier (aider) 2025-05-08 17:17:07 -07:00
parent 647f556582
commit 784ac79da1

View file

@ -297,7 +297,7 @@ class Spinner:
# Bounce the scanner back and forth.
self.frames = frames
self.frame_idx = Spinner.last_frame_idx # Initialize from class variable
self.frame_idx = Spinner.last_frame_idx # Initialize from class variable
self.width = len(frames[0]) - 2 # number of chars between the brackets
self.animation_len = len(frames[0])