Skip to content

Commit

Permalink
try removing None values in EdgeType reduced
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Sep 24, 2024
1 parent c57e64d commit 4c8bdd6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sleap/skeleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,6 @@ def _encode_edge_type(self, edge_type: EdgeType) -> Dict[str, Any]:
"py/reduce": [
{"py/type": "sleap.skeleton.EdgeType"},
{"py/tuple": [edge_type.value]},
None,
None,
None,
]
}
else:
Expand Down

0 comments on commit 4c8bdd6

Please sign in to comment.