flake8 · flake8/E402
E402
Module Level Import Not at Top of File
An import statement appears after non-import code. PEP 8 requires all module-level imports to be at the top of the file, after docstrings and comments.
An import statement appears after non-import code. PEP 8 requires all module-level imports to be at the top of the file, after docstrings and comments.