Neil-YL commited on
Commit
b1feb6b
·
1 Parent(s): 996e30d

remove await

Browse files
Files changed (1) hide show
  1. maintenance_flow.py +1 -1
maintenance_flow.py CHANGED
@@ -23,7 +23,7 @@ def request_wells_maintenance(maintenance_type):
23
  Please finish the maintenance and enter your name:
24
  """
25
 
26
- user_input = await pause_flow_run(
27
  wait_for_input=UserInput.with_initial_data(
28
  description=description_md, name=" "
29
  ),timeout = 300
 
23
  Please finish the maintenance and enter your name:
24
  """
25
 
26
+ user_input = pause_flow_run(
27
  wait_for_input=UserInput.with_initial_data(
28
  description=description_md, name=" "
29
  ),timeout = 300