We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Y016
For code like:
from typing import Union x: Union[int, Union[int]]
Y016 should be raised but isn't.