black format

This commit is contained in:
Andrej730
2024-09-06 11:10:19 +05:00
parent 6ebec7e0e5
commit f27bb6effe
4 changed files with 9 additions and 11 deletions
@@ -132,6 +132,7 @@ def get_subtypes(
print(ifcopenshell.util.schema.get_subtypes(declaration))
[<entity IfcFlowSegment>, <entity IfcCableCarrierSegment>, ..., <entity IfcPipeSegment>]
"""
def get_classes(decl):
results = []
if not decl.is_abstract():