From 1b19de05db736ef1542d409dc1c75dac1663e679 Mon Sep 17 00:00:00 2001 From: azv Date: Thu, 30 Jan 2020 13:18:34 +0300 Subject: [PATCH] Fix error in unit-test for the movement of a sketch arc --- src/SketchPlugin/Test/TestArcBehavior.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SketchPlugin/Test/TestArcBehavior.py b/src/SketchPlugin/Test/TestArcBehavior.py index 279b50f94..336e07842 100644 --- a/src/SketchPlugin/Test/TestArcBehavior.py +++ b/src/SketchPlugin/Test/TestArcBehavior.py @@ -28,6 +28,7 @@ #========================================================================= # of the test #========================================================================= +from GeomAPI import * from GeomDataAPI import * from ModelAPI import * import math -- 2.39.2