Narrow scope of various pylint inline disables (#15364)
* Narrow scope of various pylint inline disables * Whitespace tweaks
This commit is contained in:
parent
78c38749ab
commit
707b7c202d
30 changed files with 52 additions and 75 deletions
|
@ -4,9 +4,9 @@ Support to check for available updates.
|
|||
For more details about this component, please refer to the documentation at
|
||||
https://home-assistant.io/components/updater/
|
||||
"""
|
||||
# pylint: disable=no-name-in-module, import-error
|
||||
import asyncio
|
||||
from datetime import timedelta
|
||||
# pylint: disable=import-error,no-name-in-module
|
||||
from distutils.version import StrictVersion
|
||||
import json
|
||||
import logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue