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

Clean up imports in __init.py__ #3352

Open
tomchristie opened this issue Oct 21, 2024 · 0 comments
Open

Clean up imports in __init.py__ #3352

tomchristie opened this issue Oct 21, 2024 · 0 comments
Labels
refactor Issues and PRs related to code refactoring

Comments

@tomchristie
Copy link
Member

Let's tidy up the imports in __init.py__...

__all__ = [
    # __version__.py
    "__description__",
    "__title__",
    "__version__",

    # _api.py
    "delete",
    "get",
    "head",
    "options",
    "patch",
    "post",
    "put",
    "request",
    "stream",

    # _auth.py
    "Auth",
    "BasicAuth",
    "DigestAuth",
    "NetRCAuth",

    ...
]
@tomchristie tomchristie added the refactor Issues and PRs related to code refactoring label Oct 22, 2024
tomchristie added a commit that referenced this issue Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Issues and PRs related to code refactoring
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@tomchristie and others