From e167c8422a56bc395dbdc28d2ad57137bf9ecfbd Mon Sep 17 00:00:00 2001 From: DeepSOIC Date: Sat, 7 Nov 2015 22:17:41 +0300 Subject: [PATCH] JoinArrays: remove unneeded "import math" --- latticeJoinArrays.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/latticeJoinArrays.py b/latticeJoinArrays.py index 379dc61..1ce3e7e 100644 --- a/latticeJoinArrays.py +++ b/latticeJoinArrays.py @@ -25,8 +25,6 @@ __title__="Lattice JoinArrays object: combine elements of two lattices" __author__ = "DeepSOIC" __url__ = "" -import math - import FreeCAD as App import Part