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,8 +1,8 @@
|
|||
"""The sms gateway to interact with a GSM modem."""
|
||||
import logging
|
||||
|
||||
import gammu # pylint: disable=import-error
|
||||
from gammu.asyncworker import GammuAsyncWorker # pylint: disable=import-error
|
||||
import gammu
|
||||
from gammu.asyncworker import GammuAsyncWorker
|
||||
|
||||
from homeassistant.core import callback
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue