Skip to content

Commit

Permalink
fix flake8 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz committed Aug 27, 2017
1 parent 44c3b3d commit 0049c67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyarrow/tests/test_serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def array_custom_serializer(obj):
def array_custom_deserializer(serialized_obj):
return np.array(serialized_obj[0], dtype=np.dtype(serialized_obj[1]))


pa.lib.register_type(np.ndarray, 20 * b"\x00", pickle=False,
custom_serializer=array_custom_serializer,
custom_deserializer=array_custom_deserializer)
Expand Down

0 comments on commit 0049c67

Please sign in to comment.