TobKed commented on a change in pull request #11501:
URL: https://github.com/apache/airflow/pull/11501#discussion_r509940187



##########
File path: airflow/providers/google/cloud/hooks/dataflow.py
##########
@@ -331,6 +361,12 @@ def cancel(self) -> None:
                     )
                 )
             batch.execute()
+            if self._cancel_timeout and isinstance(self._cancel_timeout, int):

Review comment:
       Yes. I updated type annotations to `Optional[Int]`. Thank you for 
pointing this out.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to