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.
2 parents 2ec59bd + a82753e commit 08c01e3Copy full SHA for 08c01e3
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