Possible style error?

I tried to check pymc3 with mypy, and got this message:

pymc3/__init__.py:25: error: Name 'utils' already defined (by an import)

I suspect this is because the code base has both glm/utils.py and plots/utils.py and __init__.py should not import both, but am not sure.