From 507f190123b4291d38e0c9f83ba0163f051622f1 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Thu, 6 Jul 2017 02:07:25 +0200 Subject: [PATCH] More newlines. --- test/normalizer_issue_files/E70.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/normalizer_issue_files/E70.py b/test/normalizer_issue_files/E70.py index 489340e..5b0ffdc 100644 --- a/test/normalizer_issue_files/E70.py +++ b/test/normalizer_issue_files/E70.py @@ -10,12 +10,20 @@ import bdist_egg; bdist_egg.write_safety_flag(cmd.egg_info, safe) import shlex; #: E702:8 E703:22 del a[:]; a.append(42); + + #: E704:10 def f(x): return 2 + + #: E704:16 async def f(x): return 2 + + #: E704:10 def f(x): return 2 * x + + while all is round: #: E704:14 def f(x): return 2 * x