Minor question about imports

mypy complains about pymc3/__init__.py:

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

I believe that this happens when importing utils from plots, because we have already imported utils from glm.

I’m not a python expert, so I don’t know what’s the right way to fix this. Do we need both of the import * forms in this file?