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

fix: correct imports and __all__ #2340

Merged
merged 1 commit into from
Apr 12, 2023

Commits on Apr 10, 2023

  1. fix: correct imports and __all__

    Disable
    [`implicit_reexport`](https://mypy.readthedocs.io/en/stable/config_file.html#confval-implicit_reexport)
    and eliminate all errors reported by mypy after this.
    
    This helps ensure that import statements import from the right module and that
    the `__all__` variable is correct.
    aucampia committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    3113991 View commit details
    Browse the repository at this point in the history