Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Oct 3, 2023
1 parent 0caf2e4 commit fe4c614
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ def test_setup_endpoints(mock_driver):


def test_set_selected_stream_start_stop(mock_driver):
"""Test starting a stream request"""

"""Test starting a stream request."""
# mocks for asyncio.Process
async def communicate():
return (None, "stderr")
Expand Down

0 comments on commit fe4c614

Please sign in to comment.