diff --git a/src/arcaflow_plugin_sdk/schema.py b/src/arcaflow_plugin_sdk/schema.py index 3bb09ee..33a71cb 100644 --- a/src/arcaflow_plugin_sdk/schema.py +++ b/src/arcaflow_plugin_sdk/schema.py @@ -6874,8 +6874,7 @@ def test_object_serialization( :param dc: the dataclass to use for tests. :param t: the schema for the dataclass. If none is passed, the schema is - built automatically using - ``schema.build_object_schema()`` + built automatically using ``schema.build_object_schema()`` """ try: if t is None: