mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Run black, and add black to a "qa" target to make it a standardised process.
This commit is contained in:
@@ -13,5 +13,5 @@ class Data:
|
||||
cls.products[product_id] = {
|
||||
"type": product.is_a(),
|
||||
"PredefinedType": product.PredefinedType if hasattr(product, "PredefinedType") else None,
|
||||
"ObjectType": product.ObjectType if hasattr(product, "ObjectType") else None
|
||||
"ObjectType": product.ObjectType if hasattr(product, "ObjectType") else None,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user