diff --git a/zeroconf/_logger.py b/zeroconf/_logger.py index b7cb745a6..3577bb053 100644 --- a/zeroconf/_logger.py +++ b/zeroconf/_logger.py @@ -32,7 +32,7 @@ class QuietLogger: - _seen_logs = {} # type: Dict[str, Union[int, tuple]] + _seen_logs: Dict[str, Union[int, tuple]] = {} @classmethod def log_exception_warning(cls, *logger_data: Any) -> None: