Skip to content

Remove stale is_async docstring param from await_pod_start - #72261

Merged
henry3260 merged 1 commit into
apache:mainfrom
ColtenOuO:fix-await-pod-start-docstring
Aug 29, 2026
Merged

henry3260 merged 1 commit into
apache:mainfrom
ColtenOuO:fix-await-pod-start-docstring

Conversation

@ColtenOuO

Copy link
Copy Markdown
Contributor

Sumarry

The function determines async mode internally via isinstance check rather than accepting an is_async parameter, so the docstring was describing an argument that doesn't exist in the signature.

Change

Remove the :param is_async:

No any behavior be changed.

The function determines async mode internally via isinstance check
rather than accepting an is_async parameter, so the docstring was
describing an argument that doesn't exist in the signature.
@boring-cyborg boring-cyborg Bot added area:providers provider:cncf-kubernetes Kubernetes (k8s) provider related issues labels Aug 29, 2026
@ColtenOuO
ColtenOuO marked this pull request as ready for review August 29, 2026 14:55

@henry3260 henry3260 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch

@henry3260
henry3260 merged commit b61f359 into apache:main Aug 29, 2026
134 of 144 checks passed
imrichardwu pushed a commit to imrichardwu/airflow that referenced this pull request Sep 11, 2026
)

The function determines async mode internally via isinstance check
rather than accepting an is_async parameter, so the docstring was
describing an argument that doesn't exist in the signature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers provider:cncf-kubernetes Kubernetes (k8s) provider related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants