nbaldwin commited on
Commit
43c0f71
·
1 Parent(s): db419e8

changed description of run

Browse files
Files changed (1) hide show
  1. HumanStandardInputFlow.py +2 -4
HumanStandardInputFlow.py CHANGED
@@ -145,10 +145,8 @@ class HumanStandardInputFlow(AtomicFlow):
145
  input_message: FlowMessage):
146
  """ Runs the HumanStandardInputFlow. It's used to read input from the user/human's standard input.
147
 
148
- :param input_data: The input data dictionary
149
- :type input_data: Dict[str, Any]
150
- :return: The output data dictionary
151
- :rtype: Dict[str, Any]
152
  """
153
  input_data = input_message.data
154
 
 
145
  input_message: FlowMessage):
146
  """ Runs the HumanStandardInputFlow. It's used to read input from the user/human's standard input.
147
 
148
+ :param input_message: The input message
149
+ :type input_message: FlowMessage
 
 
150
  """
151
  input_data = input_message.data
152