From a87eeff85a3bcea08de479e86c1cb5852e96b768 Mon Sep 17 00:00:00 2001 From: Jerome Hue <jerome.hue@cea.fr> Date: Fri, 28 Mar 2025 18:19:39 +0100 Subject: [PATCH] Fix import of ROOR symbol --- aidge_export_arm_cortexm/export_registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aidge_export_arm_cortexm/export_registry.py b/aidge_export_arm_cortexm/export_registry.py index 2bdfac5..962be73 100644 --- a/aidge_export_arm_cortexm/export_registry.py +++ b/aidge_export_arm_cortexm/export_registry.py @@ -1,5 +1,5 @@ from aidge_core.export_utils import ExportLib -from aidge_export_arm_cortexm.utils import ROOT +from aidge_export_arm_cortexm import ROOT class ExportLibAidgeARM(ExportLib): _name="aidge_arm" -- GitLab