Skip to content

Commit

Permalink
kiss subproc tests: code formatting clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
sjlongland committed May 4, 2024
1 parent 8c8ac8d commit 6fe41a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_kiss/test_subproc.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def test_send_raw_data():
"""
Test data written to the device gets written to the subprocess ``stdin``.
"""

# Mock transport
class DummyStream(object):
def __init__(self):
Expand Down

0 comments on commit 6fe41a5

Please sign in to comment.