I found out from docs:
Note that None as a type hint is a special case and is replaced by type(None).
None
type(None)
However,