Lint cleanup (#15103)
* Remove unneeded inline pylint disables * Remove unneeded noqa's * Use symbol names instead of message ids in inline pylint disables
This commit is contained in:
parent
6c0fc65eaf
commit
b92350fb55
137 changed files with 58 additions and 209 deletions
|
@ -44,7 +44,6 @@ def get_service(hass, config, discovery_info=None):
|
|||
context_b64 = base64.b64encode(context_str.encode('utf-8'))
|
||||
context = context_b64.decode('utf-8')
|
||||
|
||||
# pylint: disable=import-error
|
||||
import boto3
|
||||
|
||||
aws_config = config.copy()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue