Spaces:
Runtime error
Runtime error
Update my_tools.py
Browse files- my_tools.py +1 -0
my_tools.py
CHANGED
|
@@ -3,6 +3,7 @@ from typing import Optional
|
|
| 3 |
import requests
|
| 4 |
import pytz
|
| 5 |
import os
|
|
|
|
| 6 |
|
| 7 |
@tool
|
| 8 |
def get_weather(location: str, celsius: Optional[bool] = False) -> str:
|
|
|
|
| 3 |
import requests
|
| 4 |
import pytz
|
| 5 |
import os
|
| 6 |
+
import datetime
|
| 7 |
|
| 8 |
@tool
|
| 9 |
def get_weather(location: str, celsius: Optional[bool] = False) -> str:
|