Remove unused import

This commit is contained in:
Lipu Fei 2018-04-25 16:44:32 +02:00
parent cbc45bffd0
commit 48eda4d0dc

View File

@ -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