Remove math import

This commit is contained in:
Chris Breneman
2019-12-02 14:23:30 -05:00
parent 155f6e66df
commit f2b9ba28a0

View File

@@ -1,6 +1,5 @@
from ObjectCollection import *
from tclCommands.TclCommand import TclCommandSignaled
import math
class TclCommandDrillcncjob(TclCommandSignaled):