Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
classproperty.__get__()
return Any
As for now, the getter's return type can't be determined. It's better to leave the return type as `Any` so that one could narrow down the getter's return type to their needs.
- Loading branch information