Haolong Li
commited on
Commit
·
c3cfca3
1
Parent(s):
4dc7a85
Update DoNothingAtomicFlow.py
Browse files- 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
|
|
|
|
| 23 |
self,
|
| 24 |
input_data: Dict[str, Any]):
|
| 25 |
response = input_data.copy()
|
| 26 |
+
return response
|