diff --git a/nautilus_trader/serialization/arrow/serializer.py b/nautilus_trader/serialization/arrow/serializer.py index e4f58178002a..84f19d58d7f9 100644 --- a/nautilus_trader/serialization/arrow/serializer.py +++ b/nautilus_trader/serialization/arrow/serializer.py @@ -84,8 +84,7 @@ def register_arrow( (i.e. if certain values may be missing in the first chunk). table : type, optional An optional table override for `cls`. Used if `cls` is going to be - transformed and stored in a table other than - its own. + transformed and stored in a table other than its own. """ PyCondition.type(schema, pa.Schema, "schema")