Skip to content

Commit

Permalink
Fix review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rajaths010494 committed Jan 10, 2023
1 parent 65c5879 commit 573025a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/hooks/gcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from typing import IO, Callable, Generator, Sequence, TypeVar, cast, overload
from urllib.parse import urlsplit

from aiohttp import ClientSession as ClientSession
from aiohttp import ClientSession
from gcloud.aio.storage import Storage
from google.api_core.exceptions import NotFound
from google.api_core.retry import Retry
Expand Down

0 comments on commit 573025a

Please sign in to comment.