Skip to content

Commit

Permalink
Airbyte CDK: fix orjson import
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Inzhyyants <[email protected]>
  • Loading branch information
artem1205 committed Nov 13, 2024
1 parent eabac07 commit a10c1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte_cdk/sources/declarative/decoders/json_decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import requests
from airbyte_cdk.sources.declarative.decoders.decoder import Decoder
from orjson import orjson
import orjson

logger = logging.getLogger("airbyte")

Expand Down

0 comments on commit a10c1a1

Please sign in to comment.