diff --git a/src/flask/helpers.py b/src/flask/helpers.py index 4d43954b..d34643a2 100644 --- a/src/flask/helpers.py +++ b/src/flask/helpers.py @@ -14,11 +14,11 @@ from werkzeug.utils import redirect as _wz_redirect from werkzeug.wrappers import Response as BaseResponse from .globals import _cv_request +from .globals import _false_attributes from .globals import current_app from .globals import request from .globals import request_ctx from .globals import session -from .globals import _false_attributes from .signals import message_flashed if t.TYPE_CHECKING: # pragma: no cover