Removing unecessary line.

This commit is contained in:
Patrick Shriwise 2020-12-07 21:44:44 -06:00
parent 19cea16ef9
commit 6284375f53

View file

@ -846,5 +846,4 @@ class UnstructuredMesh(MeshBase):
filename = get_text(elem, 'filename')
library = get_text(elem, 'library')
mesh = cls(filename, library, mesh_id)
return mesh
return cls(filename, library, mesh_id)