Skip to content

Commit

Permalink
Fix pre-commit check
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksYermak authored and potiuk committed Apr 25, 2022
1 parent 43ded6c commit b3cc2f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/links/datastore.py
Expand Up @@ -94,4 +94,4 @@ def persist(
value={
"project_id": task_instance.project_id,
},
)
)
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/operators/datastore.py
Expand Up @@ -24,9 +24,9 @@
from airflow.providers.google.cloud.hooks.datastore import DatastoreHook
from airflow.providers.google.cloud.hooks.gcs import GCSHook
from airflow.providers.google.cloud.links.datastore import (
CloudDatastoreEntitiesLink,
CloudDatastoreExportEntitiesLink,
CloudDatastoreImportExportLink,
CloudDatastoreEntitiesLink,
)

if TYPE_CHECKING:
Expand Down

0 comments on commit b3cc2f5

Please sign in to comment.