dianfu commented on a change in pull request #8355: [FLINK-12330][python]Add integrated Tox for ensuring compatibility of multi-version of python. URL: https://github.com/apache/flink/pull/8355#discussion_r281494634
########## File path: flink-python/pyflink/table/__init__.py ########## @@ -34,7 +34,8 @@ """ from pyflink.table.table import Table from pyflink.table.table_config import TableConfig -from pyflink.table.table_environment import TableEnvironment, StreamTableEnvironment, BatchTableEnvironment +from pyflink.table.table_environment import TableEnvironment, StreamTableEnvironment +from pyflink.table.table_environment import BatchTableEnvironment Review comment: It's recommended to use parentheses for long imports in PEP8: https://www.python.org/dev/peps/pep-0328/#rationale-for-parentheses. What do you think? ---------------------------------------------------------------- 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
