From d40ba1e5f0e1877f6dd565d0242af298b43035ce Mon Sep 17 00:00:00 2001 From: Chris Sellers Date: Sat, 6 Jan 2024 10:21:21 +1100 Subject: [PATCH] Cleanup docstring --- nautilus_trader/serialization/arrow/serializer.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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")