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
$ mypy t.pyt.py:6: note: Revealed type is "Union[signxml.verifier.VerifyResult, builtins.list[signxml.verifier.VerifyResult]]"Success: no issues found in 1 source file
However, when we only expect one result, we only get one result, so this annotation is unhelpful. Callers shouldn't need to handle the list case.