Skip to content

Commit 4761cc6

Browse files
committed
Cleanup typing in zeroconf._logger
1 parent a50b3ee commit 4761cc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zeroconf/_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333

3434
class QuietLogger:
35-
_seen_logs = {} # type: Dict[str, Union[int, tuple]]
35+
_seen_logs: Dict[str, Union[int, tuple]] = {}
3636

3737
@classmethod
3838
def log_exception_warning(cls, *logger_data: Any) -> None:

0 commit comments

Comments
 (0)