dianfu commented on a change in pull request #11682: [FLINK-16668][python] Refactor PythonDriver to read python dependency info both from command line and environment configuration. URL: https://github.com/apache/flink/pull/11682#discussion_r406589029
########## File path: flink-python/src/main/java/org/apache/flink/client/python/PythonDriver.java ########## @@ -18,7 +18,10 @@ package org.apache.flink.client.python; +import org.apache.flink.api.java.ExecutionEnvironment; +import org.apache.flink.client.cli.CliArgsException; Review comment: unused import ---------------------------------------------------------------- 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] With regards, Apache Git Services
