Cleanup unused loggers (#46510)

This commit is contained in:
tkdrob 2021-02-14 07:46:58 -05:00 committed by GitHub
parent 10e88cd23d
commit a5a45f29e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
65 changed files with 0 additions and 223 deletions

View file

@ -1,5 +1,4 @@
"""Fixtures for harmony tests."""
import logging
from unittest.mock import AsyncMock, MagicMock, PropertyMock, patch
from aioharmony.const import ClientCallbackType
@ -9,8 +8,6 @@ from homeassistant.components.harmony.const import ACTIVITY_POWER_OFF
from .const import NILE_TV_ACTIVITY_ID, PLAY_MUSIC_ACTIVITY_ID, WATCH_TV_ACTIVITY_ID
_LOGGER = logging.getLogger(__name__)
ACTIVITIES_TO_IDS = {
ACTIVITY_POWER_OFF: -1,
"Watch TV": WATCH_TV_ACTIVITY_ID,