From 03fde24727b402312e2236542ba399df0444a8d2 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Mon, 10 Jun 2024 15:30:29 +0200 Subject: [PATCH] fix: fixed import of auto_updates --- tomcat_bec/bec_widgets/auto_updates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomcat_bec/bec_widgets/auto_updates.py b/tomcat_bec/bec_widgets/auto_updates.py index 2d7a54e..57aca37 100644 --- a/tomcat_bec/bec_widgets/auto_updates.py +++ b/tomcat_bec/bec_widgets/auto_updates.py @@ -1,4 +1,4 @@ -from bec_widgets.cli import AutoUpdates, ScanInfo +from bec_widgets.cli.auto_updates import AutoUpdates, ScanInfo class PlotUpdate(AutoUpdates):