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


##########
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:
   ```suggestion
   from aiohttp import ClientSession
   ```



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to