X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2f3fa1f6d0cbc2a3f31c7440c422da173b068e7b:/tests/data/pep_572_py310.py..dc71922c768e543c9c3bbb1db5ea6d7fa801a814:/.vim/bundle/black/tests/data/static/git-logo.png diff --git a/tests/data/pep_572_py310.py b/tests/data/pep_572_py310.py deleted file mode 100644 index 2aef589..0000000 --- a/tests/data/pep_572_py310.py +++ /dev/null @@ -1,4 +0,0 @@ -# Unparenthesized walruses are now allowed in indices since Python 3.10. -x[a:=0] -x[a:=0, b:=1] -x[5, b:=0]