Skip to content

Commit 08c01e3

Browse files
authored
Merge pull request #12296 from dstansby/evans-test
Make FooConverter inherit from ConversionInterface in examples
2 parents 2ec59bd + a82753e commit 08c01e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/units/evans_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def value(self, unit):
2727
return self._val / unit
2828

2929

30-
class FooConverter(object):
30+
class FooConverter(units.ConversionInterface):
3131
@staticmethod
3232
def axisinfo(unit, axis):
3333
'return the Foo AxisInfo'

0 commit comments

Comments
 (0)