-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
context_processors arg to setup has wrong type annotation #354
Comments
I don't have the code setup right now to test it, but I suspect this line just needs to be updated to expect an awaitable:
|
Please feel free to prepare a pull request |
Closed
Tested out the fix, seems to be correct. |
Merged
Fixed by #386 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given this code, with aiohttp_jinja2 1.2.0:
mypy reports this error:
The text was updated successfully, but these errors were encountered: