hfcredidio

Results 1 issues of hfcredidio

**Bug Report** Mypy wrongly infers the type of the expression `x.get("a") or x.get("b", "c")` to be `str | None`, even when `x` is explicitly a `dict[str, str]`. **To Reproduce** ```python...

bug