We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ab7fc commit 39bb3b4Copy full SHA for 39bb3b4
Orange/widgets/data/owselectrows.py
@@ -538,8 +538,6 @@ def commit(self):
538
539
matching_output = remover(matching_output)
540
non_matching_output = remover(non_matching_output)
541
-
542
- remover = Remove(attr_flags) # do not remove class for annotated data
543
annotated_output = remover(annotated_output)
544
545
if matching_output is not None and not len(matching_output):
0 commit comments