Returning Unknown
instead of Any
for incomplete __getattr__
#13765
Labels
stubs: false negative
Type checkers do not report an error, but should
I noticed we have quite a few
Wouldn't it be better to write as
So that type-checkers like Pyright in strict mode can warn about unknown types ?
The text was updated successfully, but these errors were encountered: