matt pagett commited on
Commit
a287ac8
·
verified ·
1 Parent(s): f6000bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -34,9 +34,6 @@ def calculator(a: int, b: int) -> int:
34
  """Multiply two integers."""
35
  return a * b
36
 
37
- print(calculator.to_string())
38
-
39
-
40
 
41
  @tool
42
  def get_current_time_in_timezone(timezone: str) -> str:
 
34
  """Multiply two integers."""
35
  return a * b
36
 
 
 
 
37
 
38
  @tool
39
  def get_current_time_in_timezone(timezone: str) -> str: