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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Update default timeout value #1

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

Conversation

TMo484
Copy link
Owner

@TMo484 TMo484 commented Aug 25, 2023

Changed _DEFAULT_VALUE from empty object (unsupported type by downstream methods) to None (one of the expected types)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes googleapis#523 馃

Changed _DEFAULT_VALUE from empty object (unsupported type by downstream methods) to None (one of the expected types)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant