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 9a2b716 commit 7c14713Copy full SHA for 7c14713
src/property_utils/units/converters.py
@@ -94,9 +94,7 @@ def inverse(self) -> float:
94
95
96
@register_converter(RelativeTemperatureUnit)
97
-class RelativeTemperatureUnitConverter(
98
- RelativeUnitConverter
99
-): # pylint: disable=too-few-public-methods
+class RelativeTemperatureUnitConverter(RelativeUnitConverter): # pylint: disable=too-few-public-methods
100
"""
101
Convert temperature units with this converter.
102
0 commit comments