Remove unused const (#22383)

This commit is contained in:
Jc2k 2019-03-25 15:28:34 +00:00 committed by Pascal Vizeli
parent c8048e1aff
commit f997957054

View file

@ -28,7 +28,6 @@ HOMEKIT_IGNORE = [
_LOGGER = logging.getLogger(__name__)
REQUEST_TIMEOUT = 5 # seconds
RETRY_INTERVAL = 60 # seconds
PAIRING_FILE = "pairing.json"