taha454 commited on
Commit
af449aa
·
verified ·
1 Parent(s): 3ec6f24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def sort(lis_:list)-> str: #it's import to specify the return type
15
  Args:
16
  lis_ : list of numbers to be sorted
17
  """
18
- return str(sorted(args))
19
 
20
  @tool
21
  def get_current_time_in_timezone(timezone: str) -> str:
 
15
  Args:
16
  lis_ : list of numbers to be sorted
17
  """
18
+ return str(sorted(lis_))
19
 
20
  @tool
21
  def get_current_time_in_timezone(timezone: str) -> str: