Skip to content

Commit 68a8b8d

Browse files
author
Ghislain Fourny
committed
Fix output.
1 parent 7969892 commit 68a8b8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def test1(self):
267267
]
268268
}
269269
""");
270-
test_df.pdf().show();
270+
print(test_df.pdf());
271271

272272
###################################################
273273
###### Write back to the disk (or data lake) ######

0 commit comments

Comments
 (0)