Bump gios library to version 2.0 (#53557)

* Bump gios library

* Fix pylint error
This commit is contained in:
Maciej Bieniek 2021-07-27 19:10:38 +02:00 committed by GitHub
parent 84a7a5fd32
commit 9607864c29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 77 additions and 24 deletions

View file

@ -31,7 +31,7 @@ ATTR_CO: Final = "co"
ATTR_NO2: Final = "no2"
ATTR_O3: Final = "o3"
ATTR_PM10: Final = "pm10"
ATTR_PM25: Final = "pm2.5"
ATTR_PM25: Final = "pm25"
ATTR_SO2: Final = "so2"
ATTR_AQI: Final = "aqi"