Skip to content

Commit 95bd3ea

Browse files
committed
pylint strikes again
1 parent 2c443c0 commit 95bd3ea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

meshtastic/tests/test_stream_interface.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ def test_StreamInterface_init_cleanup_does_not_shadow_original_exception():
110110
"""
111111

112112
class CleanupRaisesStream(StreamInterface):
113+
"""Helper stream that raises during close() to verify exception precedence."""
114+
113115
def __init__(self):
114116
self.stream = MagicMock()
115117
super().__init__(noProto=False, connectNow=True)

0 commit comments

Comments
 (0)