prige commited on
Commit
b174a52
·
verified ·
1 Parent(s): 352718a

Upload tool

Browse files
Files changed (1) hide show
  1. tool.py +1 -1
tool.py CHANGED
@@ -1,7 +1,7 @@
1
  from typing import Any, Optional
2
  from smolagents.tools import Tool
3
- import datetime
4
  import pytz
 
5
 
6
  class GetCurrentDateAndTime(Tool):
7
  name = "get_current_date_and_time"
 
1
  from typing import Any, Optional
2
  from smolagents.tools import Tool
 
3
  import pytz
4
+ import datetime
5
 
6
  class GetCurrentDateAndTime(Tool):
7
  name = "get_current_date_and_time"