Skip to content

Commit caaf6d2

Browse files
committed
Fix placeholder built-in is_a relationship (#246)
1 parent 12237a9 commit caaf6d2

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

pronto/relationship.py

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,6 @@ def transitive_over(self) -> "RelationshipSet":
384384
id="is_a",
385385
anonymous=False,
386386
name="is a",
387-
namespace=None,
388-
alternate_ids=None,
389387
definition=Definition(
390388
"A subclassing relationship between one term and another",
391389
xrefs=set(
@@ -396,15 +394,7 @@ def transitive_over(self) -> "RelationshipSet":
396394
}
397395
),
398396
),
399-
comment=None,
400-
subsets=None,
401-
synonyms=None,
402-
xrefs=None,
403-
annotations=None,
404-
domain=None,
405-
range=None,
406397
builtin=True,
407-
holds_over_chain=None,
408398
antisymmetric=True,
409399
cyclic=True,
410400
reflexive=True,
@@ -413,23 +403,5 @@ def transitive_over(self) -> "RelationshipSet":
413403
transitive=True,
414404
functional=False,
415405
inverse_functional=False,
416-
intersection_of=None,
417-
union_of=None,
418-
equivalent_to=None,
419-
disjoint_from=None,
420-
inverse_of=None,
421-
transitive_over=None,
422-
equivalent_to_chain=None,
423-
disjoint_over=None,
424-
relationships=None,
425-
obsolete=False,
426-
created_by=None,
427-
creation_date=None,
428-
replaced_by=None,
429-
consider=None,
430-
expand_assertion_to=None, # TODO
431-
expand_expression_to=None, # TODO
432-
metadata_tag=False,
433-
class_level=True,
434406
)
435407
}

0 commit comments

Comments
 (0)