JoeSos commited on
Commit
943cf7c
·
verified ·
1 Parent(s): 2cb6145

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -18,8 +18,6 @@ def calculator(a: int, b: int) -> int:
18
  """
19
  return a * b
20
 
21
- print(calculator.to_string())
22
-
23
 
24
  @tool
25
  def get_current_time_in_timezone(timezone: str) -> str:
 
18
  """
19
  return a * b
20
 
 
 
21
 
22
  @tool
23
  def get_current_time_in_timezone(timezone: str) -> str: