Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Dec 9, 2024
1 parent 51de8cb commit 089b48e
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 089b48e

Please sign in to comment.