Skip to content

Commit

Permalink
Fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Dec 12, 2023
1 parent 15269c9 commit 5200824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astronomer/providers/google/cloud/hooks/dataproc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from airflow.providers.google.common.consts import CLIENT_INFO
from airflow.providers.google.common.hooks.base_google import GoogleBaseHook
from google.api_core import gapic_v1
from google.api_core import gapic_v1, retry_async as retries
from google.api_core.client_options import ClientOptions
from google.cloud.dataproc_v1 import (
ClusterControllerAsyncClient,
Expand Down

0 comments on commit 5200824

Please sign in to comment.