multiple-imports-on-one-line (E401)#
Derived from the pycodestyle linter.
Fix is sometimes available.
What it does#
Check for multiple imports on one line.
Why is this bad?#
According to PEP 8, "imports should usually be on separate lines."
Example#
Use instead: