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

Skip to content

Add type hints to examples/travel #955

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bobhancockg
Copy link
Contributor

scripts in the examples/travel directory.

Type hints were added to function arguments, return values, and variables where appropriate to improve code readability and maintainability.

The typing.Any type was used for Google Ads API objects where specific types were not readily available.
All changes are compatible with Python 3.8+.

scripts in the examples/travel directory.

Type hints were added to function arguments, return values,
and variables where appropriate to improve code readability
and maintainability.

The `typing.Any` type was used for Google Ads API objects
where specific types were not readily available.
All changes are compatible with Python 3.8+.
@bobhancockg bobhancockg requested a review from a team as a code owner May 24, 2025 13:47
@bobhancockg bobhancockg requested review from Raibaz and dorasun May 24, 2025 13:47
@bobhancockg bobhancockg changed the title This change adds Python type hints and annotations to the Added type hints to examples/travel Jun 2, 2025
@bobhancockg bobhancockg removed request for Raibaz and dorasun June 2, 2025 18:41
@bobhancockg bobhancockg changed the title Added type hints to examples/travel Add type hints to examples/travel Jun 2, 2025
This change updates all internal references to the Google Ads API from v19 to v20 within the examples/travel directory.
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