pylint strikes again

This commit is contained in:
Ian McEwen
2026-05-31 13:53:47 -07:00
parent 2c443c082d
commit 95bd3ea7af

View File

@@ -110,6 +110,8 @@ def test_StreamInterface_init_cleanup_does_not_shadow_original_exception():
"""
class CleanupRaisesStream(StreamInterface):
"""Helper stream that raises during close() to verify exception precedence."""
def __init__(self):
self.stream = MagicMock()
super().__init__(noProto=False, connectNow=True)