Update import name of recalibrate_utils
This commit is contained in:
parent
a43a82213d
commit
83832bf375
1 changed files with 3 additions and 1 deletions
|
|
@ -7,7 +7,9 @@ import os
|
||||||
import pytest
|
import pytest
|
||||||
from picamera2 import Picamera2
|
from picamera2 import Picamera2
|
||||||
|
|
||||||
from openflexure_microscope_server.things.camera import recalibrate_utils
|
from openflexure_microscope_server.things.camera import (
|
||||||
|
picamera_recalibrate_utils as recalibrate_utils,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
MODEL = Picamera2.global_camera_info()[0]["Model"]
|
MODEL = Picamera2.global_camera_info()[0]["Model"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue