blob: 39dc70b81df60488ea0696ac84d1a8715c8031c0 [file] [log] [blame]
Fix false positives for ``undefined-variable`` and ``unused-argument`` for
classes and functions using Python 3.12 generic type syntax.
Closes #9193