Starting docstring on the same lines as the quotations
This commit is contained in:
parent
be6a6ca6fe
commit
35d47fe3ed
28 changed files with 92 additions and 214 deletions
|
|
@ -12,9 +12,7 @@ logging.basicConfig(level=logging.DEBUG)
|
|||
|
||||
|
||||
def test_sensor_mode():
|
||||
"""
|
||||
Test capturing raw arrays in two different sensor modes
|
||||
"""
|
||||
"""Test capturing raw arrays in two different sensor modes"""
|
||||
cam = StreamingPiCamera2()
|
||||
server = ThingServer()
|
||||
server.add_thing(cam, "/camera/")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue