Spaces:
Runtime error
Runtime error
Pedro Bento
commited on
Commit
·
0b89350
1
Parent(s):
6de4240
Fixed imports
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from tdagent.tools.get_domain_information import (
|
|
11 |
geo_location_tool,
|
12 |
scrap_subdomains_tool,
|
13 |
)
|
14 |
-
from tdagent.tools.get_url_content import
|
15 |
from tdagent.tools.internal_company_user_search import gr_internal_company
|
16 |
from tdagent.tools.lookup_company_cloud_account_information import (
|
17 |
gr_lookup_company_cloud_account_information,
|
|
|
11 |
geo_location_tool,
|
12 |
scrap_subdomains_tool,
|
13 |
)
|
14 |
+
from tdagent.tools.get_url_content import gr_make_http_request
|
15 |
from tdagent.tools.internal_company_user_search import gr_internal_company
|
16 |
from tdagent.tools.lookup_company_cloud_account_information import (
|
17 |
gr_lookup_company_cloud_account_information,
|