HardjunoIndracahya / aqi-calculator

Blank line contains whitespace FLK-W293
Style
Minor
a year agoa year old
blank line contains whitespace
24        return round(aqi, 1)
25    else:
26        return 'Input concentration is below AQI scale'
27    28#Calculate AQI based on pollutant concentration.
29#concentration: float, concentration value in µg/m³
30#pollutant: string, one of 'PM2.5' or 'PM10'