Browse Source

Remove unused import

Lipu Fei 6 years ago
parent
commit
48eda4d0dc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      plugins/GCodeGzReader/GCodeGzReader.py

+ 0 - 1
plugins/GCodeGzReader/GCodeGzReader.py

@@ -3,7 +3,6 @@
 
 import gzip
 
-from UM.Platform import Platform
 from UM.Mesh.MeshReader import MeshReader #The class we're extending/implementing.
 from UM.PluginRegistry import PluginRegistry