X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/858225d34dc49ca353f9e573dd82dd5845766115..6417c99bfdbdc057e4a10aeff9967a751f4f85e9:/tests/data/pep_572.py diff --git a/tests/data/pep_572.py b/tests/data/pep_572.py index c6867f2..d41805f 100644 --- a/tests/data/pep_572.py +++ b/tests/data/pep_572.py @@ -4,7 +4,7 @@ if (match := pattern.search(data)) is None: pass if match := pattern.search(data): pass -[y := f(x), y ** 2, y ** 3] +[y := f(x), y**2, y**3] filtered_data = [y for x in data if (y := f(x)) is None] (y := f(x)) y0 = (y1 := f(x))