grundprinzip commented on code in PR #45150:
URL: https://github.com/apache/spark/pull/45150#discussion_r1546082862


##########
python/pyspark/sql/connect/session.py:
##########
@@ -1007,6 +1030,7 @@ def profile(self) -> Profile:
 
 def _test() -> None:
     import sys
+    import os  # noqa: F401

Review Comment:
   I can't remove this because the doc tests fail otherwise. 



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to