Skip to content

Commit 29e0b1f

Browse files
committed
Fix lint
1 parent 571bc37 commit 29e0b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def test_preserve_line_breaks_with_maxcolwidths():
490490

491491
def test_maxcolwidths_accepts_list_or_tuple():
492492
"Regression: maxcolwidths can accept a list or a tuple (github issue #214)"
493-
table = [["lorem ipsum dolor sit amet"]*3]
493+
table = [["lorem ipsum dolor sit amet"] * 3]
494494
expected = "\n".join(
495495
[
496496
"+-------------+----------+----------------------------+",

0 commit comments

Comments
 (0)