cyberosa commited on
Commit
9e71dfc
·
1 Parent(s): 5bb830c

fixing type annotations

Browse files
Files changed (1) hide show
  1. tools/calories_checker.py +1 -1
tools/calories_checker.py CHANGED
@@ -13,7 +13,7 @@ class CaloriesCheckerTool(Tool):
13
  "description": "The query with the food you want to check.",
14
  }
15
  }
16
- output_type = "List"
17
 
18
  def __init__(self, *args, **kwargs):
19
  self.is_initialized = False
 
13
  "description": "The query with the food you want to check.",
14
  }
15
  }
16
+ output_type = "any"
17
 
18
  def __init__(self, *args, **kwargs):
19
  self.is_initialized = False