summaryrefslogtreecommitdiff
path: root/testsuite/W19.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/W19.py')
-rw-r--r--testsuite/W19.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/W19.py b/testsuite/W19.py
index ed69e2b..9d4eb4d 100644
--- a/testsuite/W19.py
+++ b/testsuite/W19.py
@@ -41,8 +41,8 @@ if (
#: E101 E101 W191 W191
if start[1] > end_col and not (
over_indent == 4 and indent_next):
- return(0, "E121 continuation line over-"
- "indented for visual indent")
+ return (0, "E121 continuation line over-"
+ "indented for visual indent")
#:
#: E101 W191
@@ -58,7 +58,7 @@ if ((row < 0 or self.moduleCount <= row or
raise Exception("%s,%s - %s" % (row, col, self.moduleCount))
#: E101 E101 E101 E101 W191 W191 W191 W191 W191 W191
if bar:
- return(
+ return (
start, 'E121 lines starting with a '
'closing bracket should be indented '
"to match that of the opening "