Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,8 @@ import http.client
|
|
19 |
from functools import lru_cache
|
20 |
import json
|
21 |
from concurrent.futures import ThreadPoolExecutor
|
|
|
|
|
22 |
|
23 |
# Security and configuration constants
|
24 |
MAX_RETRIES = 3
|
|
|
19 |
from functools import lru_cache
|
20 |
import json
|
21 |
from concurrent.futures import ThreadPoolExecutor
|
22 |
+
import warnings
|
23 |
+
from warnings import UserWarning # Import UserWarning class
|
24 |
|
25 |
# Security and configuration constants
|
26 |
MAX_RETRIES = 3
|