acecalisto3 commited on
Commit
83fec9f
·
verified ·
1 Parent(s): 0a3f0be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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