itholic commented on a change in pull request #33850:
URL: https://github.com/apache/spark/pull/33850#discussion_r701507317
##########
File path: python/pyspark/pandas/tests/data_type_ops/test_string_ops.py
##########
@@ -24,7 +24,9 @@
from pyspark import pandas as ps
from pyspark.pandas.config import option_context
from pyspark.pandas.tests.data_type_ops.testing_utils import TestCasesUtils
-from pyspark.pandas.typedef.typehints import extension_object_dtypes_available
+from pyspark.pandas.typedef.typehints import (
+ extension_object_dtypes_available,
+)
Review comment:
reverted!
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]