Skip to content

Commit

Permalink
minor feature change to semmeddb to csv tool
Browse files Browse the repository at this point in the history
  • Loading branch information
JSybrandt committed May 20, 2020
1 parent 3e983fd commit 4b471fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/py_scripts/semmeddb_csv_to_json_edges.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def main(
semmeddb_csv_path:Path,
output_json_path:Path,
cut_date:sm.Datestr=None,
edge_weight:float=1.0,
):
semmeddb_csv_path = Path(semmeddb_csv_path)
output_json_path = Path(output_json_path)
Expand Down

0 comments on commit 4b471fa

Please sign in to comment.