Update ReplanningFlow.py
Browse files- ReplanningFlow.py +1 -1
ReplanningFlow.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
from typing import Dict, Any
|
2 |
import os
|
3 |
-
from
|
4 |
from flow_modules.Tachi67.PlanWriterFlowModule import PlanWriterFlow
|
5 |
|
6 |
class ReplanningFlow(PlanWriterFlow):
|
|
|
1 |
from typing import Dict, Any
|
2 |
import os
|
3 |
+
from aiflows.base_flows import CircularFlow
|
4 |
from flow_modules.Tachi67.PlanWriterFlowModule import PlanWriterFlow
|
5 |
|
6 |
class ReplanningFlow(PlanWriterFlow):
|