Przeglądaj źródła

Remove math import

Chris Breneman 6 lat temu
rodzic
commit
f2b9ba28a0
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      tclCommands/TclCommandDrillcncjob.py

+ 0 - 1
tclCommands/TclCommandDrillcncjob.py

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