Skip to content

Commit b49e3f9

Browse files
graingertpicnixz
andauthored
Update Lib/test/test_support.py
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 3473aab commit b49e3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class LogCaptureHandler(logging.StreamHandler):
5555
SOFTWARE.
5656
"""
5757

58-
def __init__(self) -> None:
58+
def __init__(self):
5959
"""Create a new log handler."""
6060
super().__init__(io.StringIO())
6161
self.records = []

0 commit comments

Comments
 (0)