FixedReplyAtomicFlow -> FixedReplyFlow

#4
by yeeef - opened
FixedReply_CodeReflect.py CHANGED
@@ -1,6 +1,6 @@
1
- from flows.base_flows import FixedReplyAtomicFlow
2
 
3
 
4
- class FixedReply_CodeReflect(FixedReplyAtomicFlow):
5
  def __init__(self, **kwargs):
6
  super().__init__(**kwargs)
 
1
+ from flows.base_flows import FixedReplyFlow
2
 
3
 
4
+ class FixedReply_CodeReflect(FixedReplyFlow):
5
  def __init__(self, **kwargs):
6
  super().__init__(**kwargs)
FixedReply_PlanReflect.py CHANGED
@@ -1,6 +1,6 @@
1
- from flows.base_flows import FixedReplyAtomicFlow
2
 
3
 
4
- class FixedReply_PlanReflect(FixedReplyAtomicFlow):
5
  def __init__(self, **kwargs):
6
  super().__init__(**kwargs)
 
1
+ from flows.base_flows import FixedReplyFlow
2
 
3
 
4
+ class FixedReply_PlanReflect(FixedReplyFlow):
5
  def __init__(self, **kwargs):
6
  super().__init__(**kwargs)