ResidentMario/missingno

ImportError: cannot import name 'geoplot' from 'missingno.missingno'

zach-navina opened this issue · 1 comments

In missingno/init.py line 5 there's the line:
from .missingno import geoplot

However geoplot is not in missingno/missingno.py so there's an ImportError

I've fixed the issue and uploaded a new version to PyPi with the fix (0.5.0). For anyone that runs into this issue: pip -U missingno to fix it. Sorry about that!