Skip to content

Commit

Permalink
Update parsers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jan 13, 2024
1 parent e21ab07 commit 77dee25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sssom/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def from_sssom_rdf(
target_class=MappingSet,
schemaview=_get_sssom_schema_object().view,
prefix_map=converter,
ignore_unmapped_predicates=True
ignore_unmapped_predicates=True,
),
)

Expand Down

0 comments on commit 77dee25

Please sign in to comment.