Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1b8c374

Browse files
committedAug 12, 2024
Update create_well_acquisition_dict import (closes #113)
1 parent 06c95d1 commit 1b8c374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/scmultiplex/fractal/_image_based_registration_hcs_allrounds_init.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import logging
1717
from typing import Any
1818

19-
from fractal_tasks_core.tasks._registration_utils import create_well_acquisition_dict
19+
from fractal_tasks_core.utils import create_well_acquisition_dict
2020
from pydantic import validate_call
2121

2222
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)
Please sign in to comment.