mohammedelfeky-ai commited on
Commit
26f936e
·
verified ·
1 Parent(s): 4d5536e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -8,8 +8,7 @@ import re
8
  from typing import Dict, List, Optional, Union, Any
9
 
10
  # --- Tool Specific Imports ---
11
- from newsapi import NewsApiClient # For News Tool
12
-
13
  # --- Assuming your tools are structured like this ---
14
  # If these are classes, they should be instantiated.
15
  # If they are @tool decorated functions, they are used directly.
 
8
  from typing import Dict, List, Optional, Union, Any
9
 
10
  # --- Tool Specific Imports ---
11
+ from newsapi import NewsApiClient
 
12
  # --- Assuming your tools are structured like this ---
13
  # If these are classes, they should be instantiated.
14
  # If they are @tool decorated functions, they are used directly.