Skip to content

Commit 8cac56b

Browse files
tleonhardtanselor
authored andcommitted
Fix flake8 error in example
1 parent 99a0c27 commit 8cac56b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/write_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
tf.TableColors.set_color_library('colored')
2222
with open('table_colored.txt', mode='w') as outfile:
23-
print(generate_table(rows, columns, grid_style=tf.FancyGrid()), file=outfile)
23+
print(generate_table(rows, columns, grid_style=tf.FancyGrid()), file=outfile)

0 commit comments

Comments
 (0)