]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
authorDong-hee Na <donghee.na@python.org>
Wed, 23 Jun 2021 09:01:06 +0000 (18:01 +0900)
committerGitHub <noreply@github.com>
Wed, 23 Jun 2021 09:01:06 +0000 (18:01 +0900)
commit5a3108044d2e5b694da2d1f4176c9bbaef15c142
tree1d57a8f4beca796b4540df50eb768a89833dd83b
parentc3f52b4d707a78eb342372a2be00f3eb846a05b9
bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
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