mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 09:32:37 +00:00
Run black
This commit is contained in:
@@ -689,7 +689,9 @@ class _serializer_factory:
|
|||||||
output_filename = self._path(output_filename)
|
output_filename = self._path(output_filename)
|
||||||
output_temp_filename = self._path(output_temp_filename)
|
output_temp_filename = self._path(output_temp_filename)
|
||||||
|
|
||||||
return ifcopenshell_wrapper.create_geometry_serializer(self.extension, output_filename, output_temp_filename, settings)
|
return ifcopenshell_wrapper.create_geometry_serializer(
|
||||||
|
self.extension, output_filename, output_temp_filename, settings
|
||||||
|
)
|
||||||
|
|
||||||
def _is_buffer(self, value: Any) -> bool:
|
def _is_buffer(self, value: Any) -> bool:
|
||||||
return isinstance(value, ifcopenshell_wrapper.buffer)
|
return isinstance(value, ifcopenshell_wrapper.buffer)
|
||||||
|
|||||||
Reference in New Issue
Block a user