Thanks to visit codestin.com Credit goes to github.com
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 012498f commit a82753eCopy full SHA for a82753e
1 file changed
examples/units/evans_test.py
@@ -27,7 +27,7 @@ def value(self, unit):
27
return self._val / unit
28
29
30
-class FooConverter(object):
+class FooConverter(units.ConversionInterface):
31
@staticmethod
32
def axisinfo(unit, axis):
33
'return the Foo AxisInfo'
0 commit comments