You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Huang Xingbo (Jira)" <ji...@apache.org> on 2020/02/13 12:07:00 UTC

[jira] [Created] (FLINK-16040) Change local import to global import

Huang Xingbo created FLINK-16040:
------------------------------------

             Summary: Change local import to global import
                 Key: FLINK-16040
                 URL: https://issues.apache.org/jira/browse/FLINK-16040
             Project: Flink
          Issue Type: Improvement
          Components: API / Python
            Reporter: Huang Xingbo
             Fix For: 1.11.0


There two reasons support doing this:
 # Execute import will cost time.
 # PEP8  claims that "Imports are always put at the top of the file" [https://www.python.org/dev/peps/pep-0008/#imports]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)