It turns a None annotation into type(None). Which means now you can't tell the difference between "None" and "type(None)".Huh, I wasn't aware of that.
It turns a None annotation into type(None). Which means now you can't tell the difference between "None" and "type(None)".