Skip to content

Commit

Permalink
test(providers/google): change Asset import back to common.compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Nov 18, 2024
1 parent 5f18f1b commit de9ff89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/tests/google/cloud/hooks/test_gcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from google.cloud.storage.retry import DEFAULT_RETRY

from airflow.exceptions import AirflowException
from airflow.providers.google.assets.gcs import Asset
from airflow.providers.common.compat.assets import Asset
from airflow.providers.google.cloud.hooks import gcs
from airflow.providers.google.cloud.hooks.gcs import _fallback_object_url_to_object_name_and_bucket_name
from airflow.providers.google.common.consts import CLIENT_INFO
Expand Down

0 comments on commit de9ff89

Please sign in to comment.