Drop UNIT_ prefix for percentage constant (#39383)

This commit is contained in:
springstan
2020-09-05 21:09:14 +02:00
committed by GitHub
parent cdc93d7110
commit d2b1918e9c
183 changed files with 639 additions and 661 deletions

View File

@@ -444,7 +444,7 @@ CONDUCTIVITY: str = f"µS/{LENGTH_CENTIMETERS}"
UV_INDEX: str = "UV index"
# Percentage units
UNIT_PERCENTAGE = "%"
PERCENTAGE = "%"
# Irradiation units
IRRADIATION_WATTS_PER_SQUARE_METER = f"{POWER_WATT}/{AREA_SQUARE_METERS}"