Skip to content

Commit

Permalink
remove unused code from new test
Browse files Browse the repository at this point in the history
  • Loading branch information
HaleySchuhl committed May 7, 2024
1 parent 4b2f862 commit 22e23ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_annotate_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ def test_points_view_warn(test_data):

def test_points_save_coords(test_data):
img = cv2.imread(test_data.small_rgb_img)
totalpoints1 = [(158, 531), (361, 112), (500, 418)]
drawer = Points(img=img)
# Populate attribute with coords
drawer.coords = {'default': totalpoints1}
Expand Down

0 comments on commit 22e23ff

Please sign in to comment.