Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,9 @@ import http.client
|
|
19 |
from functools import lru_cache
|
20 |
import json
|
21 |
from concurrent.futures import ThreadPoolExecutor
|
22 |
-
|
|
|
|
|
23 |
|
24 |
# Example usage
|
25 |
warn("This is a user warning", UserWarning)
|
|
|
19 |
from functools import lru_cache
|
20 |
import json
|
21 |
from concurrent.futures import ThreadPoolExecutor
|
22 |
+
UserWarning
|
23 |
+
class 'UserWarning'
|
24 |
+
|
25 |
|
26 |
# Example usage
|
27 |
warn("This is a user warning", UserWarning)
|