tadeja commented on code in PR #48727:
URL: https://github.com/apache/arrow/pull/48727#discussion_r2880146660


##########
python/pyarrow/tests/test_extension_type.py:
##########
@@ -1399,6 +1399,91 @@ def test_uuid_extension():
     assert isinstance(array[0], pa.UuidScalar)
 
 
+def test_uuid_scalar_from_python():
+    import uuid

Review Comment:
   Indeed, thanks! I've cleaned redundant imports as there's already [from uuid 
import uuid4, 
UUID](https://github.com/tadeja/arrow/blob/6e1fdd041c23fca05395ac2dbd8e002d8e1551af/python/pyarrow/tests/test_extension_type.py#L23)
 at the top.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to