chore: automatic commit 2025-04-30 12:48
This commit is contained in:
11
venv/lib/python3.11/site-packages/flask_wtf/_compat.py
Normal file
11
venv/lib/python3.11/site-packages/flask_wtf/_compat.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import warnings
|
||||
|
||||
|
||||
class FlaskWTFDeprecationWarning(DeprecationWarning):
|
||||
pass
|
||||
|
||||
|
||||
warnings.simplefilter("always", FlaskWTFDeprecationWarning)
|
||||
warnings.filterwarnings(
|
||||
"ignore", category=FlaskWTFDeprecationWarning, module="wtforms|flask_wtf"
|
||||
)
|
||||
Reference in New Issue
Block a user