Browse Source

Remove math import

Chris Breneman 6 năm trước cách đây
mục cha
commit
f2b9ba28a0
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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):