rin23 commited on
Commit
bd9d606
·
verified ·
1 Parent(s): 5c619bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -15,8 +15,6 @@ def get_converted_speed(unit:str, speed:float)-> float: #it's import to specify
15
  Args:
16
  unit: A string representing the unit speed is supplied in. Can be either "kph" or "mph".
17
  speed: A float representing the speed.
18
-
19
- Returns: A float representing the converted speed.
20
  """
21
  factor = 0.621371;
22
 
 
15
  Args:
16
  unit: A string representing the unit speed is supplied in. Can be either "kph" or "mph".
17
  speed: A float representing the speed.
 
 
18
  """
19
  factor = 0.621371;
20