We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903788e commit f83cff9Copy full SHA for f83cff9
python/pyarrow/tests/test_serialization.py
@@ -849,4 +849,4 @@ class ClassA(object):
849
# objects.
850
for obj in recursive_objects:
851
with pytest.raises(Exception):
852
- pyarrow.serialize(obj).deserialize()
+ pa.serialize(obj).deserialize()
0 commit comments