Skip to content

Commit 486695a

Browse files
committed
fix pylint
1 parent 9067bdf commit 486695a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_legend_labels.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ def test():
2929

3030

3131
if __name__ == '__main__':
32-
print(helpers.Phash(plot()).phash)
33-
# helpers.compare_with_latex(plot())
32+
# print(helpers.Phash(plot()).phash)
33+
helpers.compare_with_latex(plot())

0 commit comments

Comments
 (0)