Skip to content

Commit

Permalink
Airbyte CDK: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
artem1205 committed Nov 11, 2024
1 parent 7202fb5 commit 8614e16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from airbyte_cdk.sources.declarative.decoders.json_decoder import JsonDecoder, JsonlDecoder
from airbyte_cdk.sources.declarative.models import DeclarativeStream as DeclarativeStreamModel
from airbyte_cdk.sources.declarative.parsers.model_to_component_factory import ModelToComponentFactory
from sources.declarative.decoders import GzipJsonDecoder
from airbyte_cdk.sources.declarative.decoders import GzipJsonDecoder


@pytest.mark.parametrize(
Expand Down

0 comments on commit 8614e16

Please sign in to comment.