Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
changhiskhan committed Sep 19, 2022
1 parent 856dd03 commit 761efc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lance/types/label.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __arrow_ext_serialize__(self):
return b""

@classmethod
def __arrow_ext_deserialize__(cls, type_self, storage_type, serialized):
def __arrow_ext_deserialize__(cls, storage_type, serialized):
return LabelType()


Expand Down

0 comments on commit 761efc5

Please sign in to comment.