mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
black .
This commit is contained in:
@@ -573,7 +573,8 @@ class serializers:
|
||||
|
||||
# ttl is always available since it doesn't depend on any C++ libraries,
|
||||
# just people might be using an outdated binary
|
||||
if hasattr(ifcopenshell_wrapper, 'TtlWktSerializer'):
|
||||
if hasattr(ifcopenshell_wrapper, "TtlWktSerializer"):
|
||||
|
||||
@staticmethod
|
||||
def ttl(
|
||||
out_filename: Union[str, serializers.buffer], geometry_settings: settings, settings: serializer_settings
|
||||
|
||||
Reference in New Issue
Block a user