Fix: actions typehint
This commit is contained in:
parent
4e7805f40d
commit
dca69f94aa
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user