Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

gkevinzheng
Copy link
Contributor

We're not passing in an object of type Transport in the constructor, we're passing in a class name that subclasses Transport so that it gets created.

Fixes #929

@gkevinzheng gkevinzheng requested review from a team as code owners August 7, 2024 15:14
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Aug 7, 2024
@product-auto-label product-auto-label bot added the api: logging Issues related to the googleapis/python-logging API. label Aug 7, 2024
@gkevinzheng gkevinzheng changed the title Fixed type hinting issue with specifying Transport class fix: Fixed type hinting issue with specifying Transport class Aug 7, 2024
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/

@gkevinzheng gkevinzheng merged commit e2875d6 into main Aug 7, 2024
@gkevinzheng gkevinzheng deleted the gkevinzheng-patch-1 branch August 7, 2024 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: logging Issues related to the googleapis/python-logging API. size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Argument of type "type[SyncTransport]" cannot be assigned to parameter "transport" of type "Transport" in function "__init__"
3 participants