zero323 commented on a change in pull request #34411:
URL: https://github.com/apache/spark/pull/34411#discussion_r738235067
##########
File path: python/pyspark/conf.py
##########
@@ -18,10 +18,13 @@
__all__ = ['SparkConf']
import sys
+from typing import overload, ItemsView, Any
+from typing import List, Optional, Tuple, Union
Review comment:
Nit: Let's use single import from `typing` and sort this in
lexicographic order.
--
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]