Skip to content

Commit 8b33611

Browse files
authored
Revert "bpo-45445: Remove incorrectly commited test file (GH-28972)"
This reverts commit 79bc5e1.
1 parent 40d81fd commit 8b33611

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test_foo.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
def foo(a=3, *, c, d=2):
2+
pass
3+
foo()

0 commit comments

Comments
 (0)