Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
keyaloding committed Jul 9, 2024
1 parent fcc13c6 commit 3f14801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sleap_io/io/nwb.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
Skeleton as SLEAPSkeleton,
Instance,
PredictedInstance,
Edge
Edge,
)
from sleap_io.io.utils import convert_predictions_to_dataframe

Expand Down Expand Up @@ -91,7 +91,7 @@ def labels_to_pose_training(labels: Labels, **kwargs) -> PoseTraining: # type:
for instance in labeled_frame.instances:
skeleton_instance = instance_to_skeleton_instance(instance)
skeleton_instances_list.append(skeleton_instance)

training_frame_skeleton_instances = SkeletonInstances(
skeleton_instances=skeleton_instances_list
)
Expand Down

0 comments on commit 3f14801

Please sign in to comment.