ahudock commited on
Commit
92fdd4b
·
1 Parent(s): 93ed848

From datetime

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, load_tool, tool
2
- import datetime
3
  import requests
4
  import pytz
5
  import yaml
 
1
  from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, load_tool, tool
2
+ from datetime import datetime
3
  import requests
4
  import pytz
5
  import yaml