Formatting and linting
This commit is contained in:
parent
06fb81ec4a
commit
cd61ad3b21
2 changed files with 25 additions and 12 deletions
|
|
@ -3,8 +3,10 @@ import logging
|
|||
from .error_sources import ErrorSource
|
||||
|
||||
picamera_import_error = ErrorSource(
|
||||
("Picamera module could not be imported.",
|
||||
"Check physical connections to the camera as it may be damaged or disconnected.")
|
||||
(
|
||||
"Picamera module could not be imported.",
|
||||
"Check physical connections to the camera as it may be damaged or disconnected.",
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue