Skip to content

Commit

Permalink
CDK: fix conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Inzhyyants <[email protected]>
  • Loading branch information
artem1205 committed Dec 24, 2024
1 parent bbd5e3a commit f9a97db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbyte_cdk/sources/declarative/decoders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
#

from airbyte_cdk.sources.declarative.decoders.composite_decoder import CompositeRawDecoder
from airbyte_cdk.sources.declarative.decoders.decoder import Decoder
from airbyte_cdk.sources.declarative.decoders.json_decoder import (
GzipJsonDecoder,
Expand All @@ -14,11 +15,10 @@
PaginationDecoderDecorator,
)
from airbyte_cdk.sources.declarative.decoders.xml_decoder import XmlDecoder
from airbyte_cdk.sources.declarative.decoders.composite_decoder import CompositeRawDecoder

__all__ = [
"Decoder",
"CompositeRawDecoder",
"CompositeRawDecoder",
"JsonDecoder",
"JsonlDecoder",
"IterableDecoder",
Expand Down

0 comments on commit f9a97db

Please sign in to comment.