mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
Apply autopep8 formatting to entire codebase
This commit is contained in:
@@ -3,6 +3,7 @@ import threading
|
||||
import itertools
|
||||
import time
|
||||
|
||||
|
||||
class Spinner:
|
||||
def __init__(self, message="Loading...", delay=0.1):
|
||||
self.spinner = itertools.cycle(['-', '/', '|', '\\'])
|
||||
|
||||
Reference in New Issue
Block a user