Skip to content

Commit 060fab2

Browse files
Cleanup of unused code
1 parent fd196aa commit 060fab2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pipeline/tests/test_regressions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,6 @@ def test_issue0023b(om):
437437
preferred_name="B", family_name="Professor", id="_:bp"
438438
)
439439
uni1.memberships.append(om.core.Membership(member=person2))
440-
#dv.contributions.append(om.core.Contribution(contributors=[uni2],
441-
#type=om.controlled_terms.contribution_type.ContributionType.by_name('ownership')))
442440
dv.repository = om.core.FileRepository(iri="http://example.com", id="_:fr")
443441

444442
output_paths = c.save("issue0023.jsonld", individual_files=False, include_empty_properties=False)

0 commit comments

Comments
 (0)