mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
black
This commit is contained in:
@@ -507,7 +507,11 @@ def create_shape(
|
|||||||
"""
|
"""
|
||||||
return wrap_shape_creation(
|
return wrap_shape_creation(
|
||||||
settings,
|
settings,
|
||||||
ifcopenshell_wrapper.create_shape(settings, inst, repr, geometry_library) if repr else ifcopenshell_wrapper.create_shape(settings, inst, geometry_library),
|
(
|
||||||
|
ifcopenshell_wrapper.create_shape(settings, inst, repr, geometry_library)
|
||||||
|
if repr
|
||||||
|
else ifcopenshell_wrapper.create_shape(settings, inst, geometry_library)
|
||||||
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user