Linting fixes
This commit is contained in:
parent
8b20975cb9
commit
37f92b6cce
2 changed files with 3 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ try:
|
|||
except Exception as e: # pylint: disable=W0703
|
||||
logging.error(e)
|
||||
logging.warning("Unable to import PiCameraStreamer")
|
||||
from labthings import CompositeLock, StrictLock
|
||||
from labthings import CompositeLock
|
||||
|
||||
from openflexure_microscope.config import user_configuration, user_settings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue