]> 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:12:25 +0000 (14:12 -0800)
committerGitHub <noreply@github.com>
Wed, 19 Jan 2022 22:12:25 +0000 (14:12 -0800)
commit3b51926ee9838e746a5cdb08c7eb985646bd133c
treece4cecc102ed77bb9544766de79d1deea39af02f
parent981c1dc8b6a5673aa59a213cd62e7a8a3cb3fdd9
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