Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

module level import not at top of file

Flak8 Rule. All module level imports should be at the top of the file. This means that there should be no statements in between module level imports.
 
PREVIOUS NEXT
Tagged: #module #level #import #top #file
ADD COMMENT
Topic
Name
3+3 =