Skip to content

Commit c437cc1

Browse files
author
octavia-squidington-iii
committed
Auto-fix lint and format issues
1 parent 92fc5b4 commit c437cc1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

airbyte_cdk/sources/declarative/models/declarative_component_schema.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2149,12 +2149,12 @@ class ConfigAddFields(BaseModel):
21492149

21502150
class CompositeErrorHandler(BaseModel):
21512151
type: Literal["CompositeErrorHandler"]
2152-
error_handlers: List[
2153-
Union[CompositeErrorHandler, DefaultErrorHandler, CustomErrorHandler]
2154-
] = Field(
2155-
...,
2156-
description="List of error handlers to iterate on to determine how to handle a failed response.",
2157-
title="Error Handlers",
2152+
error_handlers: List[Union[CompositeErrorHandler, DefaultErrorHandler, CustomErrorHandler]] = (
2153+
Field(
2154+
...,
2155+
description="List of error handlers to iterate on to determine how to handle a failed response.",
2156+
title="Error Handlers",
2157+
)
21582158
)
21592159
parameters: Optional[Dict[str, Any]] = Field(None, alias="$parameters")
21602160

0 commit comments

Comments
 (0)