Add module level docstrings.
This commit is contained in:
parent
80beeea07b
commit
2cb4003835
17 changed files with 70 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
"""Test data collection from the Raspberry Picamera."""
|
||||
|
||||
from fastapi.testclient import TestClient
|
||||
from PIL import Image
|
||||
import numpy as np
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
"""Test changing and setting camerat modes on the Raspberry Picamera."""
|
||||
|
||||
import logging
|
||||
|
||||
from fastapi.testclient import TestClient
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue