Remove unused pylint

This commit is contained in:
Pascal Vizeli 2019-03-28 14:13:36 +01:00 committed by GitHub
parent b12175ab9a
commit 9a8850fecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ from hassio.validate import NETWORK_PORT
from ..const import ATTR_HOST, ATTR_PORT
# pylint: disable=no-value-for-parameter
SCHEMA = vol.Schema(
{vol.Required(ATTR_HOST): vol.Coerce(str), vol.Required(ATTR_PORT): NETWORK_PORT}
)