Skip to content

Commit

Permalink
destination-motherduck: fix formatting (#47324)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-airbyte authored Oct 23, 2024
1 parent 316e708 commit dc2c75c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from urllib.parse import urlparse

import duckdb

from airbyte_cdk.destinations import Destination
from airbyte_cdk.models import AirbyteConnectionStatus, AirbyteMessage, ConfiguredAirbyteCatalog, DestinationSyncMode, Status, Type
from airbyte_cdk.sql._processors.duckdb import DuckDBConfig, DuckDBSqlProcessor
Expand All @@ -24,7 +23,6 @@
from airbyte_cdk.sql.shared.catalog_providers import CatalogProvider
from airbyte_cdk.sql.types import SQLTypeConverter


logger = getLogger("airbyte")

CONFIG_MOTHERDUCK_API_KEY = "motherduck_api_key"
Expand Down

0 comments on commit dc2c75c

Please sign in to comment.