Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
from typing import TYPE_CHECKING

from google.api_core.exceptions import GoogleAPICallError
from google.api_core.gapic_v1.method import DEFAULT, _MethodDefault

from airflow.exceptions import AirflowException

Expand All @@ -38,7 +37,7 @@ class OperationHelper:
@staticmethod
def wait_for_operation_result(
operation: Operation,
timeout: int | None | _MethodDefault = DEFAULT,
timeout: int | None = None,
polling: Retry | None = None,
retry: Retry | None = None,
) -> Message:
Expand Down