Skip to content

Commit

Permalink
Update struct.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 20, 2024
1 parent 5c1abf5 commit 428c267
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pyobo/struct/struct.py
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,6 @@ def write_default(
it=fn(), # type:ignore
)


typedefs = self._index_typedefs()
for relation in (is_a, has_part, part_of, from_species, orthologous):
if relation is not is_a and relation.pair not in typedefs:
Expand Down

0 comments on commit 428c267

Please sign in to comment.