]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test_concurrent_futures: Fix unneeded/confusing format call (#93119)
authorFlorian Bruhin <me@the-compiler.org>
Tue, 19 Jul 2022 02:12:40 +0000 (19:12 -0700)
committerGitHub <noreply@github.com>
Tue, 19 Jul 2022 02:12:40 +0000 (19:12 -0700)
commit3f2dd0a7c0b1a5112f2164dce78fcfaa0c4b39c7
treece4ce702ff34d083529470936b8d67547d7c3649
parent7a1a85d64088a9eaefaf30d6aa50711cb4ed8245
test_concurrent_futures: Fix unneeded/confusing format call (#93119)

Added in 339fd46cb764277cbbdc3e78dcc5b45b156bb6ae - but as noted in a comment, the test only tests ThreadPoolExecutor.
Lib/test/test_concurrent_futures.py