Skip to content

Commit

Permalink
Cleanup docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Jan 5, 2024
1 parent b59bae2 commit d40ba1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nautilus_trader/serialization/arrow/serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d40ba1e

Please sign in to comment.