]> 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:03:00 +0000 (03:03 -0700)
committerGitHub <noreply@github.com>
Wed, 23 Jun 2021 10:03:00 +0000 (03:03 -0700)
commitfcde2c6a8c99a56576b25733d5cc60bce6d51f46
tree5b369bec44a2bd6534d5ace1e51d3d1fe21fe8f5
parentef89b2bf42650accd460973f2ecb4f8d661fa5c4
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