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

F841 local variable is assigned but never used #425

Closed
busunkim96 opened this issue May 28, 2020 · 2 comments
Closed

F841 local variable is assigned but never used #425

busunkim96 opened this issue May 28, 2020 · 2 comments
Assignees
Labels
triage me I really want to be triaged.

Comments

@busunkim96
Copy link
Contributor

tests/unit/texttospeech_v1beta1/test_text_to_speech.py:199:9: F841 local variable 'response' is assigned to but never used
tests/unit/texttospeech_v1beta1/test_text_to_speech.py:262:9: F841 local variable 'response' is assigned to but never used
tests/unit/texttospeech_v1beta1/test_text_to_speech.py:305:9: F841 local variable 'client' is assigned to but never used
tests/unit/texttospeech_v1/test_text_to_speech.py:154:9: F841 local variable 'client' is assigned to but never used
tests/unit/texttospeech_v1/test_text_to_speech.py:199:9: F841 local variable 'response' is assigned to but never used
tests/unit/texttospeech_v1/test_text_to_speech.py:262:9: F841 local variable 'response' is assigned to but never used
tests/unit/texttospeech_v1/test_text_to_speech.py:305:9: F841 local variable 'client' is assigned to but never used

googleapis/python-texttospeech#30

@yoshi-automation yoshi-automation added the triage me I really want to be triaged. label May 28, 2020
@miraleung
Copy link
Contributor

@software-dov PTAL?

@software-dov
Copy link
Contributor

Fixed by #428

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

4 participants