Clean up unused loggers (#57662)

This commit is contained in:
Robert Hillis
2021-10-14 13:03:38 -04:00
committed by GitHub
parent fdc6d9e004
commit 488a636aec
88 changed files with 0 additions and 292 deletions

View File

@@ -1,6 +1,5 @@
"""Test the motionEye camera web hooks."""
import copy
import logging
from typing import Any
from unittest.mock import AsyncMock, call, patch
@@ -50,9 +49,6 @@ from . import (
from tests.common import async_capture_events
_LOGGER = logging.getLogger(__name__)
WEB_HOOK_MOTION_DETECTED_QUERY_STRING = (
"camera_id=%t&changed_pixels=%D&despeckle_labels=%Q&event=%v&fps=%{fps}"
"&frame_number=%q&height=%h&host=%{host}&motion_center_x=%K&motion_center_y=%L"