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
|
@ -1,7 +1,7 @@
|
|||
"""Config flow for SMS integration."""
|
||||
import logging
|
||||
|
||||
import gammu # pylint: disable=import-error
|
||||
import gammu
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant import config_entries, core, exceptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue