Skip to content

Commit

Permalink
Update mesh-trx2nt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
filak committed Jan 23, 2025
1 parent deb6638 commit 9780342
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flask-app/tools/mesh-trx2nt.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ def getTriples(line, lang_tag, meshx_prefix, startDate):
ParentCUI,
) = line

not_used = [Language, TermUI, Tree] # noqa: F841

csub = mesh_prefix + ConceptUI
obj = meshx_prefix + str(uuid.uuid4())

Expand Down

0 comments on commit 9780342

Please sign in to comment.