mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-10 11:29:51 +00:00
Remove unused pylint
This commit is contained in:
@@ -5,7 +5,7 @@ from hassio.validate import NETWORK_PORT
|
|||||||
|
|
||||||
from ..const import ATTR_HOST, ATTR_PORT
|
from ..const import ATTR_HOST, ATTR_PORT
|
||||||
|
|
||||||
# pylint: disable=no-value-for-parameter
|
|
||||||
SCHEMA = vol.Schema(
|
SCHEMA = vol.Schema(
|
||||||
{vol.Required(ATTR_HOST): vol.Coerce(str), vol.Required(ATTR_PORT): NETWORK_PORT}
|
{vol.Required(ATTR_HOST): vol.Coerce(str), vol.Required(ATTR_PORT): NETWORK_PORT}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user