linting and typing fixes
This commit is contained in:
parent
b7c9d3b73b
commit
72f3c11fdd
7 changed files with 13 additions and 10 deletions
|
|
@ -19,8 +19,8 @@ from openflexure_microscope.stage.sanga import SangaDeltaStage, SangaStage
|
|||
|
||||
try:
|
||||
from openflexure_microscope.camera.pi import PiCameraStreamer
|
||||
except Exception as e: # pylint: disable=W0703
|
||||
logging.error(e)
|
||||
except Exception as exc: # pylint: disable=W0703
|
||||
logging.error(exc)
|
||||
logging.warning("Unable to import PiCameraStreamer")
|
||||
from labthings import CompositeLock
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue