Update UpdatePlanAtomicFlow.py
Browse files- UpdatePlanAtomicFlow.py +1 -1
UpdatePlanAtomicFlow.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from typing import Dict, Any
|
2 |
-
from
|
3 |
class UpdatePlanAtomicFlow(AtomicFlow):
|
4 |
def _check_input(self, input_data: Dict[str, Any]):
|
5 |
assert "memory_files" in input_data, "memory_files not passed to UpdatePlanAtomicFlow"
|
|
|
1 |
from typing import Dict, Any
|
2 |
+
from aiflows.base_flows.atomic import AtomicFlow
|
3 |
class UpdatePlanAtomicFlow(AtomicFlow):
|
4 |
def _check_input(self, input_data: Dict[str, Any]):
|
5 |
assert "memory_files" in input_data, "memory_files not passed to UpdatePlanAtomicFlow"
|