Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Sep 25, 2024
1 parent 02865f8 commit 83a2704
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sleap/skeleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ def _encode_links(self, links: List[Dict[str, Any]]) -> List[Dict[str, Any]]:
# Use a regular dict (insertion order preserved in Python 3.7+)
encoded_link = {}


for key, value in link.items():
if key in ("source", "target"):
encoded_link[key] = self._encode_node(value)
Expand Down

0 comments on commit 83a2704

Please sign in to comment.