]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46437: remove useless `hasattr` from `test_typing` (GH-30704)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 Jan 2022 22:30:07 +0000 (14:30 -0800)
committerGitHub <noreply@github.com>
Wed, 19 Jan 2022 22:30:07 +0000 (14:30 -0800)
commit07b12fdf5545a20e0fb7be9d6ad35344337e00ae
tree0699530b1aed436a5514dbe12e8556ffd90109c5
parentee077500888ca5c1360bbd224b3af4a0fbbf6e02
bpo-46437: remove useless `hasattr` from `test_typing` (GH-30704)

(cherry picked from commit 263c0dd16017613c5ea2fbfc270be4de2b41b5ad)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_typing.py