We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
this was supposed to be introduced in #1444
but actually uses asyncio.new_event_loop().run_until_complete() https://github.com/pallets/jinja/pull/1444/files#diff-8cc12d19725f1da7bcad40d7f4fda3c343cc7e1ed7cc69a09e48be8bd2abf636R1290
asyncio.new_event_loop().run_until_complete()
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
this was supposed to be introduced in #1444
but actually uses
asyncio.new_event_loop().run_until_complete()
https://github.com/pallets/jinja/pull/1444/files#diff-8cc12d19725f1da7bcad40d7f4fda3c343cc7e1ed7cc69a09e48be8bd2abf636R1290The text was updated successfully, but these errors were encountered: