Skip to content

Commit

Permalink
format (#22970)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens authored Feb 14, 2023
1 parent bec7a26 commit c4bf766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from typing import Any, Dict, List, Set

import yaml
from airbyte_cdk.models.airbyte_protocol import DestinationSyncMode, SyncMode # type: ignore
from airbyte_cdk.models.airbyte_protocol import DestinationSyncMode, SyncMode # type: ignore
from normalization.destination_type import DestinationType
from normalization.transform_catalog import dbt_macro
from normalization.transform_catalog.destination_name_transformer import DestinationNameTransformer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from enum import Enum
from typing import Any, Dict, List, Optional, Tuple, Union

from airbyte_cdk.models.airbyte_protocol import DestinationSyncMode, SyncMode # type: ignore
from airbyte_cdk.models.airbyte_protocol import DestinationSyncMode, SyncMode # type: ignore
from jinja2 import Template
from normalization.destination_type import DestinationType
from normalization.transform_catalog import dbt_macro
Expand Down

0 comments on commit c4bf766

Please sign in to comment.