Skip to content

Commit 6f2939f

Browse files
Update airbyte_cdk/sources/streams/http/http_client.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent e699bb1 commit 6f2939f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/streams/http/http_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import orjson
1212
import requests
1313
import requests_cache
14-
from airbyte_protocol_dataclasses.models import FailureType
14+
from airbyte_cdk.models import FailureType
1515
from requests.auth import AuthBase
1616

1717
from airbyte_cdk.models import (

0 commit comments

Comments
 (0)