You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2023/01/09 07:28:55 UTC

[GitHub] [airflow] rajaths010494 commented on a diff in pull request #28763: Add deferrable ``GCSObjectExistenceSensorAsync``

rajaths010494 commented on code in PR #28763:
URL: https://github.com/apache/airflow/pull/28763#discussion_r1064341941


##########
airflow/providers/google/cloud/hooks/gcs.py:
##########
@@ -32,18 +32,21 @@
 from typing import IO, Callable, Generator, Sequence, TypeVar, cast, overload
 from urllib.parse import urlsplit
 
+from aiohttp import ClientSession as ClientSession

Review Comment:
   changed.



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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org