Skip to content
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

Eliminate implicit reexports #6570

Merged
merged 1 commit into from
Mar 20, 2019
Merged

Conversation

msullivan
Copy link
Collaborator

This makes mypy check clean with the proposed --no-implicit-reexports
flag from PR #6562.

Some of the implicit reexports that were depended on were clearly
intended (type_visitor) and so made explicit, while some were clearly
unintended (Optional from mypy.types!) and fixed.

Probably worth landing this whichever way we decide on #6562, but I
think this PR is an argument in favor.

This makes mypy check clean with the proposed --no-implicit-reexports
flag from PR #6562.

Some of the implicit reexports that were depended on were clearly
intended (type_visitor) and so made explicit, while some were clearly
unintended (Optional from mypy.types!) and fixed.

Probably worth landing this whichever way we decide on #6562, but I
think this PR is an argument in favor.
@msullivan msullivan merged commit 4e0a158 into master Mar 20, 2019
@msullivan msullivan deleted the eliminate-implicit-reexports branch March 20, 2019 15:26
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