Skip to content

Commit f3f27c9

Browse files
committed
cosmetic
1 parent 1539351 commit f3f27c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

toytree/enum/src/quartets.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,3 +331,8 @@ def iter_quartets(
331331
for qrt in iter_quartets(tree, type=tuple, collapse=True, sort=True, quadripartitions=True):
332332
print(qrt)
333333
print("")
334+
335+
print("default")
336+
for qrt in iter_quartets(tree):
337+
print(qrt)
338+
print("")

0 commit comments

Comments
 (0)