SIGN IN SIGN UP

Fix a deprecation warning in typing tests (#27312)

The test was accessing typing.{io,re}.__all__, which triggered the
warning. This check isn't necessary anymore, since the objects from
typing.{io,re}.__all__ are in typing.__all__ as well, since Python 3.10.
S
Sebastian Rittau committed
4512848ab92c8ed6aafb54d6e1908b1074558c43
Parent: 83d1430
Committed by GitHub <noreply@github.com> on 7/23/2021, 6:53:29 PM