Skip to content

Commit

Permalink
Revert "co-parent update"
Browse files Browse the repository at this point in the history
This reverts commit d60ded8.
  • Loading branch information
KorayKirli committed Oct 7, 2020
1 parent d60ded8 commit badc958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/encoded/types/family.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ def relationships_vocabulary(links):
"p-f-s": "brother", "p-m-s": "brother",
"p-f-d": "sister", "p-m-d": "sister",
"p-f-c": "sibling", "p-m-c": "sibling",
"p-d-m": "co-parent", "p-s-m": "co-parent", "p-c-m": "co-parent",
"p-d-f": "co-parent", "p-s-f": "co-parent", "p-c-f": "co-parent",
"p-d-m": "wife", "p-s-m": "wife", "p-c-m": "wife",
"p-d-f": "husband", "p-s-f": "husband", "p-c-f": "husband",
}
# list of dictionary for assigning roles to members of given set of roles
# roles : the input roles to be extended
Expand Down

0 comments on commit badc958

Please sign in to comment.