zero323 commented on a change in pull request #32125:
URL: https://github.com/apache/spark/pull/32125#discussion_r612359355



##########
File path: python/pyspark/__init__.pyi
##########
@@ -72,4 +72,4 @@ def copy_func(
 ) -> F: ...
 def keyword_only(func: F) -> F: ...
 
-__version__: str
+from pyspark.version import __version__ as __version__

Review comment:
       Nit-pick: Could you move this to the top of the file, next to the other 
imports?




-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to