Spaces:
Sleeping
Sleeping
Update data_service.py
Browse files- data_service.py +1 -1
data_service.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# data_service.py
|
2 |
-
from typing import Dict, Any
|
3 |
from data_structures import WEB_DATA_REPORTS
|
4 |
from gpt_analyzer import GPTAnalyzer
|
5 |
|
|
|
1 |
# data_service.py
|
2 |
+
from typing import Dict, List, Any
|
3 |
from data_structures import WEB_DATA_REPORTS
|
4 |
from gpt_analyzer import GPTAnalyzer
|
5 |
|