Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a82753e

Browse files
committed
Make FooConverter inherit from ConversionInterface in examples
1 parent 012498f commit a82753e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)