From dc2c75cce67436a74a89b583fdc366922451d7d8 Mon Sep 17 00:00:00 2001 From: Stephane Geneix <147216312+stephane-airbyte@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:16:27 -0700 Subject: [PATCH] destination-motherduck: fix formatting (#47324) --- .../destination_motherduck/destination.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/airbyte-integrations/connectors/destination-motherduck/destination_motherduck/destination.py b/airbyte-integrations/connectors/destination-motherduck/destination_motherduck/destination.py index b9ebbf535824..fe30056656ac 100644 --- a/airbyte-integrations/connectors/destination-motherduck/destination_motherduck/destination.py +++ b/airbyte-integrations/connectors/destination-motherduck/destination_motherduck/destination.py @@ -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 @@ -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"