zero323 commented on a change in pull request #35199:
URL: https://github.com/apache/spark/pull/35199#discussion_r784780987
##########
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:
We used to, but it seems like excluding F403 in
90003398745bfee78416074ed786e986fcb2c8c\d messed up that. I am looking into
this.
--
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]