pylint does this properly, Flake8 does not. For example, with this: ```py import multiprocessing.pool import multiprocessing.process ``` Flake8 will only mark the second import as unused.