HyukjinKwon commented on a change in pull request #28470: URL: https://github.com/apache/spark/pull/28470#discussion_r421204645
########## File path: examples/src/main/python/als.py ########## @@ -21,8 +21,6 @@ This example requires numpy (http://www.numpy.org/) """ -from __future__ import print_function - Review comment: Let's don't do this for now .. we should officially drop Python 2 first. ---------------------------------------------------------------- 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]
