Remove unnnecessary pylint configs from components [s-z]* (#98925)

This commit is contained in:
Ville Skyttä 2023-08-24 02:25:32 +03:00 committed by GitHub
parent c39f6b3bea
commit b51c0f6ddc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 55 additions and 93 deletions

View file

@ -4,7 +4,7 @@ from __future__ import annotations
import datetime as dt
import logging
from pysmarty import Smarty # pylint: disable=import-error
from pysmarty import Smarty
from homeassistant.components.sensor import SensorDeviceClass, SensorEntity
from homeassistant.const import UnitOfTemperature