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