We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdaad4 commit 3473aabCopy full SHA for 3473aab
Lib/test/test_support.py
@@ -60,7 +60,7 @@ def __init__(self) -> None:
60
super().__init__(io.StringIO())
61
self.records = []
62
63
- def emit(self, record: logging.LogRecord) -> None:
+ def emit(self, record) -> None:
64
"""Keep the log records in a list in addition to the log text."""
65
self.records.append(record)
66
super().emit(record)
0 commit comments