Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
binho authored and binho committed Feb 16, 2024
1 parent f31e38b commit f87616a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/phylojunction/readwrite/pj_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,8 @@ def read_node_attr_update_tree(attr_tsv_fp: str,
attr_dict_added_separately_from_tree=False)


def read_revbayes_stochmaps_table()
def read_revbayes_stochmaps_table():
pass

if __name__ == "__main__":

Expand Down

0 comments on commit f87616a

Please sign in to comment.