mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 20:35:53 +08:00
Remove unneeded line
This variable gets redefined later...
This commit is contained in:
parent
27da5c56c0
commit
cbc7f0c1de
@ -32,8 +32,6 @@ class ThreeMFReader(MeshReader):
|
||||
}
|
||||
|
||||
def read(self, file_name):
|
||||
result = None
|
||||
|
||||
result = SceneNode()
|
||||
# The base object of 3mf is a zipped archive.
|
||||
archive = zipfile.ZipFile(file_name, "r")
|
||||
|
Loading…
x
Reference in New Issue
Block a user