Fix unit tests for background detectors as Things

This commit is contained in:
Julian Stirling 2026-01-13 19:49:34 +00:00
parent 3e8874188e
commit 6b97d2da44
5 changed files with 51 additions and 116 deletions

View file

@ -38,7 +38,7 @@ import labthings_fastapi as lt
from labthings_fastapi.exceptions import ServerNotRunningError
from labthings_fastapi.types.numpy import NDArray
from openflexure_microscope_server.background_detect import ChannelBlankError
from openflexure_microscope_server.things.background_detect import ChannelBlankError
from openflexure_microscope_server.ui import (
ActionButton,
PropertyControl,