Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 26, 2024
1 parent 571bc37 commit 29e0b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ def test_preserve_line_breaks_with_maxcolwidths():

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

0 comments on commit 29e0b1f

Please sign in to comment.