mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
run black
This commit is contained in:
@@ -37,7 +37,9 @@ if TYPE_CHECKING:
|
|||||||
|
|
||||||
T = TypeVar("T")
|
T = TypeVar("T")
|
||||||
ShapeElementType = Union[
|
ShapeElementType = Union[
|
||||||
ifcopenshell_wrapper.native_element, ifcopenshell_wrapper.triangulation_element, ifcopenshell_wrapper.serialized_element
|
ifcopenshell_wrapper.native_element,
|
||||||
|
ifcopenshell_wrapper.triangulation_element,
|
||||||
|
ifcopenshell_wrapper.serialized_element,
|
||||||
]
|
]
|
||||||
ShapeType = Union[ifcopenshell_wrapper.native, ifcopenshell_wrapper.triangulation, ifcopenshell_wrapper.serialization]
|
ShapeType = Union[ifcopenshell_wrapper.native, ifcopenshell_wrapper.triangulation, ifcopenshell_wrapper.serialization]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user