Only imports in .robot and .resource files are considered. Imports in other files are ignored.
Example: The Python file hello.py is ignored since it's imported from a Python file.
from hello import hello_world
There is currently no plan to remove this limitation. If you disagree with this assessment, leave a comment on this issue.