Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Dec 6, 2024
1 parent c9862f2 commit 54ab312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sleap/io/format/coco.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def read(

if flag == 0:
# node not labeled for this instance
if (x, y) != (0, 0):
if (x, y) != (0, 0):
# If labeled but invisible, place the node at the coord
points[node] = Point(x, y, False)
continue
Expand Down

0 comments on commit 54ab312

Please sign in to comment.