You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doh. My bad, it dict.get() does not support keyword arguments, the original code worked because it was using QueryDict from Django. Sorry for the noise.
So I suppose this should be solved in django-stubs instead.
Bug Report
After the latest sync from typeshed (commit 4996d57, PR #11600), this valid code is highlighted as error by mypy:
Result before:
Result after:
Your Environment
mypy.ini
(and other config files): (none)The text was updated successfully, but these errors were encountered: