itholic commented on a change in pull request #35199:
URL: https://github.com/apache/spark/pull/35199#discussion_r784526473
##########
File path:
python/pyspark/sql/tests/test_pandas_udf_typehints_with_future_annotations.py
##########
@@ -19,7 +19,7 @@
import sys
import unittest
from inspect import signature
-from typing import Union, Iterator, Tuple, cast, get_type_hints
+from typing import Any, Union, Iterator, Tuple, cast, get_type_hints
Review comment:
Oh, btw don't we check the unused import by linter or something ??
--
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]