Skip to content

Fix missing and redundant and imports in __init__ #1029

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 27, 2018

Conversation

Conengmo
Copy link
Member

In #1017 the import of GeoJsonTooltip got accidently removed from __init__.py. This PR restores it.

I also removed three unused entries in the __all__ list: GeoJsonStyle and Polyline don't exist (PolyLine does though). MarkerCluster is a plugin.

Once this PR is merged we can continue with #988.

@Conengmo Conengmo requested a review from ocefpaf November 25, 2018 17:56
@Conengmo Conengmo added the waiting for review PR is waiting to be reviewed label Nov 25, 2018
Copy link
Member

@ocefpaf ocefpaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a minor question and this is good to go.

@Conengmo Conengmo added in discussion This PR or issue is being discussed and removed waiting for review PR is waiting to be reviewed labels Nov 26, 2018
@ocefpaf ocefpaf merged commit 9b68b00 into python-visualization:master Nov 27, 2018
@Conengmo Conengmo deleted the fix-init-imports branch November 27, 2018 11:53
@Conengmo Conengmo removed the in discussion This PR or issue is being discussed label Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants