From 259988d868aa8bee299f6d3f52fb70db999c7531 Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Fri, 15 Oct 2021 11:03:14 +0100 Subject: [PATCH] bpo-45445: Remove incorrectly commited test file --- 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 a27be0fdb47a69..00000000000000 --- a/test_foo.py +++ /dev/null @@ -1,3 +0,0 @@ -def foo(a=3, *, c, d=2): - pass -foo()