From 79bc5e1dc6f87149240bded3654574b24168f1ac Mon Sep 17 00:00:00 2001 From: Pablo Galindo Salgado Date: Fri, 15 Oct 2021 12:18:22 +0100 Subject: bpo-45445: Remove incorrectly commited test file (GH-28972) --- test_foo.py | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 test_foo.py diff --git a/test_foo.py b/test_foo.py deleted file mode 100644 index a27be0f..0000000 --- a/test_foo.py +++ /dev/null @@ -1,3 +0,0 @@ -def foo(a=3, *, c, d=2): - pass -foo() -- cgit v0.12