silence warning

pull/487/head
Jon Maddox 2015-10-07 00:56:36 -04:00
parent 6afb846d04
commit c4f8017a3f
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
class CastDevice(MediaPlayerDevice):
""" Represents a Cast device on the network. """
# pylint: disable=abstract-method
# pylint: disable=too-many-public-methods
def __init__(self, host):