fix: postgres tool migration

This commit is contained in:
Alex
2025-03-06 16:20:19 +00:00
parent ae1f25379f
commit a0929c96ba

View File

@@ -1,5 +1,5 @@
import psycopg2
from application.tools.base import Tool
from application.agents.tools.base import Tool
class PostgresTool(Tool):
"""