Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLipu Fei <lipu.fei815@gmail.com>2018-04-25 17:44:32 +0300
committerLipu Fei <lipu.fei815@gmail.com>2018-04-25 17:44:32 +0300
commit48eda4d0dc010997553db2d6d7a95fde6652f80c (patch)
treee8e0d595207929697ff818c04d1b11ae121e9b2b /plugins/GCodeGzReader
parentcbc45bffd0eb30b57d4d9c853f2ba70e4a34e53e (diff)
Remove unused import
Diffstat (limited to 'plugins/GCodeGzReader')
-rw-r--r--plugins/GCodeGzReader/GCodeGzReader.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/GCodeGzReader/GCodeGzReader.py b/plugins/GCodeGzReader/GCodeGzReader.py
index 36fcfad01a..86c0af89a2 100644
--- a/plugins/GCodeGzReader/GCodeGzReader.py
+++ b/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