From de348a93824a17d6d1172b14d06454b66b9901fd Mon Sep 17 00:00:00 2001 From: Mohamed ZAARAOUI <115699524+ZAARAOUI999@users.noreply.github.com> Date: Tue, 19 Dec 2023 17:47:12 +0100 Subject: [PATCH] Update __init__.py --- hypermat/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hypermat/__init__.py b/hypermat/__init__.py index 32a6988..ecfffe7 100644 --- a/hypermat/__init__.py +++ b/hypermat/__init__.py @@ -1,4 +1,3 @@ from ._models import * -from ._ad import Variable -from ._math import * +from ._ad import Deformation from ._calibration import *