Skip to content

Commit 39bb3b4

Browse files
committed
selectrows: Use same remover for annotated data
1 parent c2ab7fc commit 39bb3b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Orange/widgets/data/owselectrows.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,6 @@ def commit(self):
538538

539539
matching_output = remover(matching_output)
540540
non_matching_output = remover(non_matching_output)
541-
542-
remover = Remove(attr_flags) # do not remove class for annotated data
543541
annotated_output = remover(annotated_output)
544542

545543
if matching_output is not None and not len(matching_output):

0 commit comments

Comments
 (0)