Path: Removes unused imports from PathToolBit.py

lgtm.com showed unused imports in PathToolBit.py.  This patch removes them.  The tests in TestPathApp still pass.
This commit is contained in:
Alex Young
2021-02-08 23:31:47 +00:00
committed by wwmayer
parent a0bbb173f4
commit ca2ecf4248

View File

@@ -21,16 +21,12 @@
# ***************************************************************************
import FreeCAD
import PathScripts.PathGeom as PathGeom
import PathScripts.PathLog as PathLog
import PathScripts.PathPreferences as PathPreferences
import PathScripts.PathPropertyBag as PathPropertyBag
import PathScripts.PathSetupSheetOpPrototype as PathSetupSheetOpPrototype
import PathScripts.PathUtil as PathUtil
import PySide
import Sketcher
import json
import math
import os
import zipfile