-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
some TextToSpeechAsyncClient methods return Any type #12400
Comments
Could you please provide more context on where you find this issue? More specifically, how this issue is related to the python-pubsub repository. |
I'm going to transfer this issue to |
Thanks @parthea . I am removing the api:pubsub label from the issue accordingly. |
Oh, I swear I saw an issue on this repo that said it's no longer maintained, and it pointed to that other repo. Maybe I didn't get all the context |
I apologize for the confusing bug reporting guidance @AutonomousCat. #12363 is related to that issue and it will be fixed soon (https://github.com/googleapis/google-cloud-python/blob/main/.github/ISSUE_TEMPLATE/bug_report.md) |
Code from #12400 (comment) that should be updated with type hints. Lines 105 to 118 in 358ef49
Related to #10540 |
for example
Which leads to issues later, such as lack of syntax hinting when using
tts_client.synthesize_speech()
The text was updated successfully, but these errors were encountered: