????
Current Path : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/flask_wtf/ |
Current File : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/flask_wtf/_compat.py |
import warnings class FlaskWTFDeprecationWarning(DeprecationWarning): pass warnings.simplefilter("always", FlaskWTFDeprecationWarning) warnings.filterwarnings( "ignore", category=FlaskWTFDeprecationWarning, module="wtforms|flask_wtf" )