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

feat: add support for async rest #1529

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feat: add support for async rest #1529

wants to merge 1 commit into from

Conversation

ohmayr
Copy link
Contributor

@ohmayr ohmayr commented Jun 3, 2024

No description provided.

Copy link

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

from google.auth import credentials


class Credentials(credentials.Credentials, metaclass=abc.ABCMeta):
Copy link
Contributor

Choose a reason for hiding this comment

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

IMO, inheriting from the sync classes is a poor design choice and will make the async code unwieldy.

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