Shago commited on
Commit
d4223b0
·
verified ·
1 Parent(s): 49b7537

Update tools/financial_tools.py

Browse files
Files changed (1) hide show
  1. tools/financial_tools.py +1 -1
tools/financial_tools.py CHANGED
@@ -1,5 +1,5 @@
1
  from typing import Optional
2
- from engineconomics import time_value
3
  from langchain.tools import tool
4
 
5
  tv = time_value()
 
1
  from typing import Optional
2
+ from .engineconomics import time_value
3
  from langchain.tools import tool
4
 
5
  tv = time_value()