diff --git a/mypy/stubtest.py b/mypy/stubtest.py index ae9c71801dfb..07727615dfcf 100644 --- a/mypy/stubtest.py +++ b/mypy/stubtest.py @@ -1044,8 +1044,7 @@ def verify_typealias( "__args__", "__orig_bases__", "__final__", - # Consider removing these: - "__match_args__", + # Consider removing __slots__? "__slots__", } )