tests/filterpyflakes.py
changeset 43076 2372284d9457
parent 33367 6029939f7e98
child 45830 c102b704edb5
--- a/tests/filterpyflakes.py	Sat Oct 05 10:29:34 2019 -0400
+++ b/tests/filterpyflakes.py	Sun Oct 06 09:45:02 2019 -0400
@@ -22,7 +22,7 @@
     for pat in pats:
         if re.search(pat, line):
             keep = False
-            break # pattern matches
+            break  # pattern matches
     if keep:
         fn = line.split(':', 1)[0]
         f = open(fn)