]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 23 Jun 2021 10:02:40 +0000 (03:02 -0700)
committerGitHub <noreply@github.com>
Wed, 23 Jun 2021 10:02:40 +0000 (03:02 -0700)
commit280425d41797f9c0b20fb02a22341937a13a8987
treee8f76a40da5decb8c634c22595a5e7f18943e4f5
parent7e6cad7e303b3991360a0fe332b0d21aa0f6fe5e
bpo-28395: Remove unnecessary semicolons in tests (GH-26868)

(cherry picked from commit 5a3108044d2e5b694da2d1f4176c9bbaef15c142)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
Lib/test/test_capi.py
Lib/test/test_codeop.py
Lib/test/test_csv.py
Lib/test/test_deque.py
Lib/test/test_float.py
Lib/test/test_heapq.py
Lib/test/test_import/__init__.py
Lib/test/test_set.py