Skip to content

Commit 80f4976

Browse files
committed
ruff format
1 parent 0164a45 commit 80f4976

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,9 @@ def create_concurrent_cursor_from_perpartition_cursor(
14911491
) or component_definition.get("global_substream_cursor", False)
14921492

14931493
if not stream_state:
1494-
stream_state = self._connector_state_manager.get_stream_state(stream_name, stream_namespace)
1494+
stream_state = self._connector_state_manager.get_stream_state(
1495+
stream_name, stream_namespace
1496+
)
14951497

14961498
# Return the concurrent cursor and state converter
14971499
return ConcurrentPerPartitionCursor(

0 commit comments

Comments
 (0)