Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/keu/source-stripe/call_rate' int…
Browse files Browse the repository at this point in the history
…o keu/source-stripe/call_rate
  • Loading branch information
eugene-kulak committed Nov 15, 2023
2 parents 5ad5879 + 109d6ab commit 5836114
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5836114

Please sign in to comment.