Remove unnnecessary pylint configs from components [s-z]* (#98925)
This commit is contained in:
parent
c39f6b3bea
commit
b51c0f6ddc
39 changed files with 55 additions and 93 deletions
|
@ -5,7 +5,7 @@ import logging
|
|||
import math
|
||||
from typing import Any
|
||||
|
||||
from pysmarty import Smarty # pylint: disable=import-error
|
||||
from pysmarty import Smarty
|
||||
|
||||
from homeassistant.components.fan import FanEntity, FanEntityFeature
|
||||
from homeassistant.core import HomeAssistant, callback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue