Fix: actions typehint
This commit is contained in:
@@ -5,7 +5,7 @@ from bopytex.tasks import Task
|
||||
|
||||
|
||||
class Scheduler:
|
||||
def __init__(self, actions: list, done: list[str] = None):
|
||||
def __init__(self, actions: dict, done: list[str] = None):
|
||||
self.actions = actions
|
||||
|
||||
if done is None:
|
||||
|
Reference in New Issue
Block a user