rprimi commited on
Commit
d9f1f6b
·
verified ·
1 Parent(s): 6a91a85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -31,8 +31,6 @@ def multiply(a: int, b: int) -> int:
31
  """
32
  return a * b
33
 
34
- print(calculator.to_string())
35
-
36
  @tool
37
  def get_current_time_in_timezone(timezone: str) -> str:
38
  """A tool that fetches the current local time in a specified timezone.
 
31
  """
32
  return a * b
33
 
 
 
34
  @tool
35
  def get_current_time_in_timezone(timezone: str) -> str:
36
  """A tool that fetches the current local time in a specified timezone.