Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbrull committed Jun 6, 2024
1 parent e4b7ce3 commit bca8016
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
from typing import Callable, Optional, Union

from airflow import DAG
from metadata.generated.schema.type.basic import Uuid, Timestamp

from openmetadata_managed_apis.api.utils import clean_dag_id
from pydantic import ValidationError
from requests.utils import quote
Expand All @@ -35,6 +33,7 @@
from metadata.generated.schema.metadataIngestion.application import (
OpenMetadataApplicationConfig,
)
from metadata.generated.schema.type.basic import Timestamp, Uuid
from metadata.ingestion.ometa.ometa_api import OpenMetadata
from metadata.utils import fqn
from metadata.workflow.workflow_output_handler import print_status
Expand Down

0 comments on commit bca8016

Please sign in to comment.