Skip to content

Commit

Permalink
Remove whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
cerebrate committed Jan 11, 2023
1 parent 6a44454 commit ab0102a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/car_wash/binary_sensor.py
Expand Up @@ -141,7 +141,6 @@ def _temp2c(temperature: Optional[float], temperature_unit: str) -> Optional[flo
"""Convert weather temperature to Celsius degree."""
if temperature is not None and temperature_unit != UnitOfTemperature.CELSIUS:
temperature = TemperatureConverter.convert(temperature, temperature_unit, UnitOfTemperature.CELSIUS)

return temperature

# pylint: disable=too-many-branches,too-many-statements
Expand Down

0 comments on commit ab0102a

Please sign in to comment.