This looks unexpected to me: ``` >>> import typing >>> typing.TypeVar('T') == typing.TypeVar('T') False >>> ```