Skip to content

Commit 7c14713

Browse files
committed
Makes formatting change in converters.py
1 parent 9a2b716 commit 7c14713

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/property_utils/units/converters.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ def inverse(self) -> float:
9494

9595

9696
@register_converter(RelativeTemperatureUnit)
97-
class RelativeTemperatureUnitConverter(
98-
RelativeUnitConverter
99-
): # pylint: disable=too-few-public-methods
97+
class RelativeTemperatureUnitConverter(RelativeUnitConverter): # pylint: disable=too-few-public-methods
10098
"""
10199
Convert temperature units with this converter.
102100

0 commit comments

Comments
 (0)