Tachi67 commited on
Commit
515c88e
·
1 Parent(s): c7b9e2d

Update UpdatePlanAtomicFlow.py

Browse files
Files changed (1) hide show
  1. UpdatePlanAtomicFlow.py +1 -1
UpdatePlanAtomicFlow.py CHANGED
@@ -1,5 +1,5 @@
1
  from typing import Dict, Any
2
- from flows.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"
 
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"