Skip to content

Commit 3d31e27

Browse files
author
octavia-squidington-iii
committed
Auto-fix lint and format issues
1 parent 0b49ac4 commit 3d31e27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,9 @@ def _merge_stream_slicers(
19081908
) -> Optional[StreamSlicer]:
19091909
retriever_model = model.retriever
19101910

1911-
stream_slicer = self._build_stream_slicer_from_partition_router(retriever_model, config, stream_name=model.name)
1911+
stream_slicer = self._build_stream_slicer_from_partition_router(
1912+
retriever_model, config, stream_name=model.name
1913+
)
19121914

19131915
if retriever_model.type == "AsyncRetriever":
19141916
is_not_datetime_cursor = (

0 commit comments

Comments
 (0)