When I write a: any, Pylance says:
Expected class type but received \"(__iterable: Iterable[object], /) -> bool\
because builtins.pyi has def any(__iterable: Iterable[object]) -> bool: ....
Any workarounds other than from typing import Any?
I'm using Python 3.10.6.