]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45445: Remove incorrectly commited test file (GH-28972)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Fri, 15 Oct 2021 11:18:22 +0000 (12:18 +0100)
committerGitHub <noreply@github.com>
Fri, 15 Oct 2021 11:18:22 +0000 (12:18 +0100)
test_foo.py [deleted file]

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