ruff
2802cbde - Don't special-case class instances in unary expression inference (#15045)

Commit
1 year ago
Don't special-case class instances in unary expression inference (#15045) We have a handy `to_meta_type` that does the right thing for class instances, and also works for all of the other types that are “instances of” something. Unless I'm missing something, this should let us get rid of the catch-all clause in one fell swoop. cf #14548
Author
Parents
Loading