Whitespace cleanup

This commit is contained in:
Dion Moult
2019-09-01 09:45:57 +10:00
parent 7c2d640106
commit fa38317438
-2
View File
@@ -197,8 +197,6 @@ class IfcExporter():
[ self.ifc_parser.products[e]['ifc'] for e in related_elements], [ self.ifc_parser.products[e]['ifc'] for e in related_elements],
self.ifc_parser.spatial_structure_elements[relating_structure]['ifc']) self.ifc_parser.spatial_structure_elements[relating_structure]['ifc'])
ifc_parser = IfcParser() ifc_parser = IfcParser()
ifc_schema = IfcSchema() ifc_schema = IfcSchema()
ifc_exporter = IfcExporter(ifc_parser, ifc_schema) ifc_exporter = IfcExporter(ifc_parser, ifc_schema)