From 8bd9a3220006c2406dac593743108f542f6e4f09 Mon Sep 17 00:00:00 2001
From: Christopher Rhodes <christopher.rhodes@embl.de>
Date: Fri, 20 Oct 2023 10:48:59 +0200
Subject: [PATCH] Lifted z-stack assertion, made util.loop_workflow more
 generic e.g. for on-the-fly data conversion tasks

---
 extensions/chaeo/actual_runs/20230805_kristineberg_PA.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/extensions/chaeo/actual_runs/20230805_kristineberg_PA.py b/extensions/chaeo/actual_runs/20230805_kristineberg_PA.py
index 2a59dfe7..da73dcbc 100644
--- a/extensions/chaeo/actual_runs/20230805_kristineberg_PA.py
+++ b/extensions/chaeo/actual_runs/20230805_kristineberg_PA.py
@@ -1,7 +1,6 @@
 from pathlib import Path
 
 from extensions.chaeo.util import autonumber_new_directory, get_matching_files, loop_workflow
-from extensions.chaeo.workflows import export_patches_from_multichannel_zstack
 
 from model_server.accessors import CziImageFileAccessor, write_accessor_data_to_file, InMemoryDataAccessor
 from model_server.process import rescale
-- 
GitLab