From 8f5e7895ddb935334ecf127e31c408981f279647 Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Fri, 18 Oct 2024 10:21:32 +0200 Subject: [PATCH] move workunit definition into bfabric.experimental again --- src/depiction_targeted_preproc/app_interface/collect_chunk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/depiction_targeted_preproc/app_interface/collect_chunk.py b/src/depiction_targeted_preproc/app_interface/collect_chunk.py index 5785c23..32daddd 100644 --- a/src/depiction_targeted_preproc/app_interface/collect_chunk.py +++ b/src/depiction_targeted_preproc/app_interface/collect_chunk.py @@ -4,7 +4,7 @@ import yaml from bfabric import Bfabric -from bfabric.experimental.app_interface.workunit.definition import WorkunitDefinition +from bfabric.experimental.workunit_definition import WorkunitDefinition app = cyclopts.App()