From fa383174383e028e5ca0a67c85db9e099ed06cf3 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sun, 1 Sep 2019 09:45:57 +1000 Subject: [PATCH] Whitespace cleanup --- export.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/export.py b/export.py index 069c4cf3bc..a1c32d0b96 100644 --- a/export.py +++ b/export.py @@ -184,7 +184,7 @@ class IfcExporter(): self.file.createIfcFaceOuterBound( self.file.createIfcPolyLoop([ifc_vertices[vertice] for vertice in polygon.vertices]), True)])) - + return self.file.createIfcProductDefinitionShape(None, None, [self.file.createIfcShapeRepresentation( self.ifc_rep_subcontext, 'Body', 'Brep', @@ -197,8 +197,6 @@ class IfcExporter(): [ self.ifc_parser.products[e]['ifc'] for e in related_elements], self.ifc_parser.spatial_structure_elements[relating_structure]['ifc']) - - ifc_parser = IfcParser() ifc_schema = IfcSchema() ifc_exporter = IfcExporter(ifc_parser, ifc_schema)