lgtm: removes unused imports in Python scripts

This commit is contained in:
wmayer
2022-03-20 23:00:55 +01:00
parent bec723ba17
commit cf7fd5d2ac
17 changed files with 16 additions and 28 deletions

View File

@@ -5,8 +5,7 @@
# http://forum.freecadweb.org/viewtopic.php?f=3&t=2307
import threading
import Mesh, MeshGui
from FreeCAD import Base
import Mesh
# Create a global mesh and make copies of them
# This makes the algorithm faster by ~60%.