Formatting and linting

This commit is contained in:
Joel Collins 2020-11-06 16:25:56 +00:00
parent 06fb81ec4a
commit cd61ad3b21
2 changed files with 25 additions and 12 deletions

View file

@ -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.",
)
)