Explorar el Código

Remove math import

Chris Breneman hace 6 años
padre
commit
f2b9ba28a0
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      tclCommands/TclCommandDrillcncjob.py

+ 0 - 1
tclCommands/TclCommandDrillcncjob.py

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