From 109d6ab80069231f2d904174b47c83781844dd96 Mon Sep 17 00:00:00 2001 From: keu Date: Wed, 15 Nov 2023 22:52:23 +0000 Subject: [PATCH] Automated Commit - Formatting Changes --- .../connectors/source-stripe/source_stripe/source.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/airbyte-integrations/connectors/source-stripe/source_stripe/source.py b/airbyte-integrations/connectors/source-stripe/source_stripe/source.py index 934e15cc339b..31d5d0654be1 100644 --- a/airbyte-integrations/connectors/source-stripe/source_stripe/source.py +++ b/airbyte-integrations/connectors/source-stripe/source_stripe/source.py @@ -15,13 +15,7 @@ from airbyte_cdk.sources import AbstractSource from airbyte_cdk.sources.message.repository import InMemoryMessageRepository from airbyte_cdk.sources.streams import Stream -from airbyte_cdk.sources.streams.call_rate import ( - AbstractAPIBudget, - HttpAPIBudget, - HttpRequestMatcher, - MovingWindowCallRatePolicy, - Rate, -) +from airbyte_cdk.sources.streams.call_rate import AbstractAPIBudget, HttpAPIBudget, HttpRequestMatcher, MovingWindowCallRatePolicy, Rate from airbyte_cdk.sources.streams.concurrent.adapters import StreamFacade from airbyte_cdk.sources.streams.concurrent.cursor import NoopCursor from airbyte_cdk.sources.streams.http.auth import TokenAuthenticator