For code like: ```python from typing import Union x: Union[int, Union[int]] ``` Y016 should be raised but isn't.