Skip to content

Commit 8dfb667

Browse files
committed
bug fix
1 parent b3005fe commit 8dfb667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trinity/common/workflows/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ def __init__(
8181
def resettable(self):
8282
return False
8383

84-
@abstractmethod
8584
def reset(self, task: Task):
8685
"""Reset the workflow."""
86+
raise NotImplementedError
8787

8888
@abstractmethod
8989
def run(self) -> List[Experience]:

0 commit comments

Comments
 (0)