Skip to content

Commit bc1e38f

Browse files
committed
chore: format
1 parent b73eb3c commit bc1e38f

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,14 +11,14 @@
1111
import orjson
1212
import requests
1313
import requests_cache
14-
from airbyte_cdk.models import FailureType
1514
from requests.auth import AuthBase
1615

1716
from airbyte_cdk.models import (
1817
AirbyteMessageSerializer,
1918
AirbyteStreamStatus,
2019
AirbyteStreamStatusReason,
2120
AirbyteStreamStatusReasonType,
21+
FailureType,
2222
Level,
2323
StreamDescriptor,
2424
)

0 commit comments

Comments
 (0)