Skip to content

Commit 7b18aa8

Browse files
committed
oweditdomain: InheritEq where appropriate
1 parent b06f547 commit 7b18aa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Orange/widgets/data/oweditdomain.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3210,6 +3210,7 @@ class ToStringTransform(Transformation):
32103210
"""
32113211
Transform a variable to string.
32123212
"""
3213+
InheritEq = True
32133214
def transform(self, c):
32143215
if self.variable.is_string:
32153216
return c
@@ -3219,6 +3220,7 @@ def transform(self, c):
32193220

32203221

32213222
class ToContinuousTransform(Transformation):
3223+
InheritEq = True
32223224
def transform(self, c):
32233225
if self.variable.is_time:
32243226
return c

0 commit comments

Comments
 (0)