]> git.ipfire.org Git - thirdparty/git.git/blame - t/t4018/python-def
Merge branch 'cb/bisect-replay-with-dos-fix'
[thirdparty/git.git] / t / t4018 / python-def
CommitLineData
077a1fda
JH
1def RIGHT(pi: int = 3.14):
2 while True:
3 break
4 return ChangeMe()