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
When testing 6.0.1 with mypy, I get an error for d.get("key"), but not d.getone("key", None).
Likewise for d.get("key", "val") and d.getone("key", "val")
I would expect these both to pass mypy - or at least to both fail or pass.
The text was updated successfully, but these errors were encountered:
multidict/multidict/__init__.pyi
Line 40 in 572ce02
When testing 6.0.1 with mypy, I get an error for d.get("key"), but not d.getone("key", None).
Likewise for d.get("key", "val") and d.getone("key", "val")
I would expect these both to pass mypy - or at least to both fail or pass.
The text was updated successfully, but these errors were encountered: