[Python-checkins] bpo-45445: Remove incorrectly commited test file (GH-28972)

pablogsal webhook-mailer at python.org
Fri Oct 15 07:18:27 EDT 2021


https://github.com/python/cpython/commit/79bc5e1dc6f87149240bded3654574b24168f1ac
commit: 79bc5e1dc6f87149240bded3654574b24168f1ac
branch: main
author: Pablo Galindo Salgado <Pablogsal at gmail.com>
committer: pablogsal <Pablogsal at gmail.com>
date: 2021-10-15T12:18:22+01:00
summary:

bpo-45445: Remove incorrectly commited test file (GH-28972)

files:
D test_foo.py

diff --git a/test_foo.py b/test_foo.py
deleted file mode 100644
index a27be0fdb47a6..0000000000000
--- a/test_foo.py
+++ /dev/null
@@ -1,3 +0,0 @@
-def foo(a=3, *, c, d=2):
-    pass
-foo()



More information about the Python-checkins mailing list