Skip to content

Commit 0b181cc

Browse files
committed
appease linter
Signed-off-by: Itay Dafna <[email protected]>
1 parent cafc024 commit 0b181cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipydatagrid/datagrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ def selected_cell_values(self):
535535
# Copying over selections/mode from main grid
536536
selections_grid.selections = self.selections
537537
selections_grid.selection_mode = self.selection_mode
538-
538+
539539
return SelectionHelper(grid=selections_grid).all_values()
540540

541541
@property

0 commit comments

Comments
 (0)