Skip to content

Add type hints to examples/travel#955

Merged
BenRKarl merged 2 commits intomainfrom
add-type-hints-travel-examples
Aug 1, 2025
Merged

Add type hints to examples/travel#955
BenRKarl merged 2 commits intomainfrom
add-type-hints-travel-examples

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+.

@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
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+.
@BenRKarl BenRKarl force-pushed the add-type-hints-travel-examples branch from 697c338 to b097bac Compare July 31, 2025 19:00
Change-Id: Ibc9a917f3d34d3c53ddd030d034c63047593ce02
@BenRKarl BenRKarl merged commit dd22fb9 into main Aug 1, 2025
3 checks passed
@BenRKarl BenRKarl deleted the add-type-hints-travel-examples branch August 1, 2025 14:59
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