Haolong Li commited on
Commit
c3cfca3
·
1 Parent(s): 4dc7a85

Update DoNothingAtomicFlow.py

Browse files
Files changed (1) hide show
  1. DoNothingAtomicFlow.py +1 -1
DoNothingAtomicFlow.py CHANGED
@@ -23,4 +23,4 @@ class DoNothingAtomicFlow(AtomicFlow):
23
  self,
24
  input_data: Dict[str, Any]):
25
  response = input_data.copy()
26
- return {"donothing_output": response}
 
23
  self,
24
  input_data: Dict[str, Any]):
25
  response = input_data.copy()
26
+ return response