Skip to content

Commit ab57f14

Browse files
committed
Ruff fix the merge conflict I tried to do via GitHub UI
1 parent a068d56 commit ab57f14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/motile_tracker/data_views/views/layers/track_points.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ def add(self, coords: list[float]):
116116

117117
with self.events.current_size.blocker():
118118
super().add(coords)
119+
119120
def process_click(self, event: Event, point_index: int | None):
120121
"""Select the clicked point(s)"""
121122

0 commit comments

Comments
 (0)