Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Sep 23, 2024
1 parent 7c48903 commit 4a75924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sleap/skeleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def encode(cls, data: dict) -> str:
return encoder._encode(data)

def _encode(self, data: dict) -> str:



def _encode_node(self, node: Node) -> dict:
Expand Down

0 comments on commit 4a75924

Please sign in to comment.