Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 8, 2023
1 parent cace85a commit 5677a11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions astronomer/providers/google/cloud/hooks/dataproc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

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.api_core import retry_async as retries
from google.cloud.dataproc_v1 import (
ClusterControllerAsyncClient,
Job,
Expand Down

0 comments on commit 5677a11

Please sign in to comment.