HyukjinKwon commented on pull request #34385:
URL: https://github.com/apache/spark/pull/34385#issuecomment-951429157


   ```
   
   ./python/pyspark/pandas/_typing.py:25:5: F401 
'pyspark.pandas.base.IndexOpsMixin' imported but unused
       from pyspark.pandas.base import IndexOpsMixin
       ^
   ./python/pyspark/pandas/_typing.py:27:5: F401 'pyspark.pandas.generic.Frame' 
imported but unused
       from pyspark.pandas.generic import Frame
       ^
   2     F401 'pyspark.pandas.base.IndexOpsMixin' imported but unused
   2
   ```
   I think this is because Jenkins users old version of flake8 .. we'll have to 
find the way to make it compatible with old versions too for now until we drop 
Jenkins (end of this year). 
   
   Otherwise LGTM


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

Reply via email to