Update pylint to 2.7.3 (#48488)
* Update pylint to 2.7.3 * Add class-const-naming-style * Remove unused-import message * Additional cleanup
This commit is contained in:
parent
9a75019a65
commit
2956eb0902
170 changed files with 163 additions and 288 deletions
|
@ -11,7 +11,7 @@ import voluptuous as vol
|
|||
from homeassistant import config_entries, exceptions
|
||||
from homeassistant.const import CONF_ADDRESS, CONF_FILE_PATH, CONF_HOST, CONF_PROTOCOL
|
||||
|
||||
from .const import DOMAIN # pylint:disable=unused-import
|
||||
from .const import DOMAIN
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
PROTOCOL_MAP = {"TCP": "tcp://", "Serial port": "serial://"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue