Merge branch 'refactor_helpers' of https://github.com/40gilad/flask into refactor_helpers

This commit is contained in:
40gilad 2024-08-20 14:33:35 +03:00
commit cb1ee88cf9

View file

@ -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